diff options
Diffstat (limited to 'networking/nc.c')
-rw-r--r-- | networking/nc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc.c b/networking/nc.c index 1b32e3aa3..0c843a686 100644 --- a/networking/nc.c +++ b/networking/nc.c | |||
@@ -120,7 +120,7 @@ int nc_main(int argc, char **argv) | |||
120 | /* getopt32 is _almost_ usable: | 120 | /* getopt32 is _almost_ usable: |
121 | ** it cannot handle "... -e PROG -prog-opt" */ | 121 | ** it cannot handle "... -e PROG -prog-opt" */ |
122 | while ((opt = getopt(argc, argv, | 122 | while ((opt = getopt(argc, argv, |
123 | "" IF_NC_SERVER("lp:") IF_NC_EXTRA("w:i:f:e:") )) > 0 | 123 | "" IF_NC_SERVER("lp:") IF_NC_EXTRA("w:i:f:e:") )) > 0 |
124 | ) { | 124 | ) { |
125 | if (ENABLE_NC_SERVER && opt == 'l') | 125 | if (ENABLE_NC_SERVER && opt == 'l') |
126 | IF_NC_SERVER(do_listen++); | 126 | IF_NC_SERVER(do_listen++); |