summaryrefslogtreecommitdiff
path: root/networking/isrv_identd.c
diff options
context:
space:
mode:
authorDenis Vlasenko2008-06-05 01:10:03 +0000
committerDenis Vlasenko2008-06-05 01:10:03 +0000
commit49b78fc1a8f1591fa172399b3be1dba4b7f23554 (patch)
treef34271a9e766725cb6ce59c35cc98d91ddf137ac /networking/isrv_identd.c
parenta3087ca7495e33b19b122869d17defeb9c933d19 (diff)
downloadbusybox-49b78fc1a8f1591fa172399b3be1dba4b7f23554.zip
busybox-49b78fc1a8f1591fa172399b3be1dba4b7f23554.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c
index d60c9fb..a96ac60 100644
--- a/networking/isrv_identd.c
+++ b/networking/isrv_identd.c
@@ -113,7 +113,7 @@ int fakeidentd_main(int argc ATTRIBUTE_UNUSED, char **argv)
strncpy(bogouser, argv[optind], sizeof(bogouser));
/* Daemonize if no -f and no -i and no -w */
- if (!(opt & OPT_fiw));
+ if (!(opt & OPT_fiw))
bb_daemonize_or_rexec(0, argv);
/* Where to log in inetd modes? "Classic" inetd