diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-05 01:10:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-05 01:10:03 +0000 |
commit | 49b78fc1a8f1591fa172399b3be1dba4b7f23554 (patch) | |
tree | f34271a9e766725cb6ce59c35cc98d91ddf137ac /networking/isrv_identd.c | |
parent | a3087ca7495e33b19b122869d17defeb9c933d19 (diff) | |
download | busybox-w32-1_10_3.tar.gz busybox-w32-1_10_3.tar.bz2 busybox-w32-1_10_3.zip |
Apply post-1.10.2 fixes, bump version to 1.10.31_10_3
Diffstat (limited to 'networking/isrv_identd.c')
-rw-r--r-- | networking/isrv_identd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index d60c9fbaf..a96ac6041 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c | |||
@@ -113,7 +113,7 @@ int fakeidentd_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
113 | strncpy(bogouser, argv[optind], sizeof(bogouser)); | 113 | strncpy(bogouser, argv[optind], sizeof(bogouser)); |
114 | 114 | ||
115 | /* Daemonize if no -f and no -i and no -w */ | 115 | /* Daemonize if no -f and no -i and no -w */ |
116 | if (!(opt & OPT_fiw)); | 116 | if (!(opt & OPT_fiw)) |
117 | bb_daemonize_or_rexec(0, argv); | 117 | bb_daemonize_or_rexec(0, argv); |
118 | 118 | ||
119 | /* Where to log in inetd modes? "Classic" inetd | 119 | /* Where to log in inetd modes? "Classic" inetd |