commit | 43d5d429fd7a80ca02eb8388f058fd9654cc118d | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 15 19:44:46 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 15 19:44:46 2008 +0000 |
tree | 604752d2c623db3001e31638075e634ff940f44f | |
parent | b81f97bbd2de1e21ba99314fa1a130609db5646f [diff] [blame] |
remove stray semicolons (by Cristian Ionescu-Idbohrn)
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 @@ 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