mirror of
https://repo.or.cz/socat.git
synced 2025-06-17 14:36:51 +00:00
Fixed display of option phases in help output
This commit is contained in:
parent
2e21396282
commit
f38b76f5c8
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
@ -4,6 +4,9 @@ Security:
|
||||||
not given it logs to a file in . (cwd) only when it is not writable by
|
not given it logs to a file in . (cwd) only when it is not writable by
|
||||||
other users.
|
other users.
|
||||||
|
|
||||||
|
Corrections:
|
||||||
|
Fixed display of option phases in help output.
|
||||||
|
|
||||||
Testing:
|
Testing:
|
||||||
test.sh produces file results.txt with columns of test numbers, names,
|
test.sh produces file results.txt with columns of test numbers, names,
|
||||||
and results.
|
and results.
|
||||||
|
|
|
@ -53,7 +53,7 @@ static const char *addressgroupnames[] = {
|
||||||
|
|
||||||
/* keep consistent with xioopts.h:enum ephase ! */
|
/* keep consistent with xioopts.h:enum ephase ! */
|
||||||
static char *optionphasenames[] = {
|
static char *optionphasenames[] = {
|
||||||
"ALL", "INIT", "EARLY",
|
"ALL", "OFFSET", "INIT", "EARLY",
|
||||||
"PREOPEN", "OPEN", "PASTOPEN",
|
"PREOPEN", "OPEN", "PASTOPEN",
|
||||||
"PRESOCKET", "SOCKET", "PASTSOCKET",
|
"PRESOCKET", "SOCKET", "PASTSOCKET",
|
||||||
"PREBIGEN", "BIGEN", "PASTBIGEN",
|
"PREBIGEN", "BIGEN", "PASTBIGEN",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue