summaryrefslogtreecommitdiff
path: root/networking/isrv_identd.c
diff options
context:
space:
mode:
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 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