diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-25 14:17:13 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-25 14:17:13 +0000 |
| commit | 86a5a8e82238b512000b994bd59b7bf5e2769d4a (patch) | |
| tree | 940d46569977211df1263c219c71b37d3abf1cda /src/qmail-remote/qmail-remote-io.c | |
| parent | 279ca7184aebc1966a2f4e48e39cc25e201751af (diff) | |
| download | smtpd-starttls-proxy-86a5a8e82238b512000b994bd59b7bf5e2769d4a.tar.gz | |
Use short options when their arguments are separate, duh
Diffstat (limited to 'src/qmail-remote/qmail-remote-io.c')
| -rw-r--r-- | src/qmail-remote/qmail-remote-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmail-remote/qmail-remote-io.c b/src/qmail-remote/qmail-remote-io.c index 2b305c9..f917840 100644 --- a/src/qmail-remote/qmail-remote-io.c +++ b/src/qmail-remote/qmail-remote-io.c @@ -220,7 +220,7 @@ int main (int argc, char const *const *argv) { .so = 't', .lo = "timeoutremote", .i = GOLA_TIMEOUT }, { .so = '6', .lo = "fdr", .i = GOLA_FDR }, { .so = '7', .lo = "fdw", .i = GOLA_FDW }, - { .so = 0, .lo = "helohost", .i = GOLA_HELOHOST }, + { .so = 'h', .lo = "helohost", .i = GOLA_HELOHOST }, } ; char const *wgola[GOLA_N] = { 0 } ; unsigned int fdr = 6, fdw = 7 ; |
