1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-07 18:46:50 +00:00

Fixed display of option phases in help output

This commit is contained in:
Gerhard Rieger 2025-01-24 16:13:33 +01:00
parent 2e21396282
commit f38b76f5c8
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,9 @@ Security:
not given it logs to a file in . (cwd) only when it is not writable by
other users.
Corrections:
Fixed display of option phases in help output.
Testing:
test.sh produces file results.txt with columns of test numbers, names,
and results.

View file

@ -53,7 +53,7 @@ static const char *addressgroupnames[] = {
/* keep consistent with xioopts.h:enum ephase ! */
static char *optionphasenames[] = {
"ALL", "INIT", "EARLY",
"ALL", "OFFSET", "INIT", "EARLY",
"PREOPEN", "OPEN", "PASTOPEN",
"PRESOCKET", "SOCKET", "PASTSOCKET",
"PREBIGEN", "BIGEN", "PASTBIGEN",