aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/qmail-remote-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-remote/qmail-remote-io.c')
-rw-r--r--src/qmail-remote/qmail-remote-io.c2
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 ;