diff options
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 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 |