From 49b78fc1a8f1591fa172399b3be1dba4b7f23554 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 5 Jun 2008 01:10:03 +0000 Subject: Apply post-1.10.2 fixes, bump version to 1.10.3 --- networking/isrv_identd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/isrv_identd.c') 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 -- cgit v1.1