From 426f53894b8ced42130425c196aea38d115e9e18 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Thu, 14 Feb 2008 14:44:59 +0000 Subject: From: Max Kellermann whitespace cleanups --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 8221564..b6011f0 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* * (C) 2006-2007 by Pablo Neira Ayuso - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -34,7 +34,7 @@ static const char usage_daemon_commands[] = "Daemon mode commands:\n" " -d [options]\t\tRun in daemon mode\n"; -static const char usage_client_commands[] = +static const char usage_client_commands[] = "Client mode commands:\n" " -c, commit external cache to conntrack table\n" " -f, flush internal and external cache\n" @@ -244,7 +244,7 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); } else if (pid) exit(EXIT_SUCCESS); - + setsid(); close(STDOUT_FILENO); -- cgit v1.2.3