From 52c3b34170b4b5afc65fe67d344638801f24c426 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Tue, 12 Apr 2011 22:20:39 +0200 Subject: [PATCH] [Listener] Fix -f: do not quit anymore --- owlps-listener/owlps-listenerd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/owlps-listener/owlps-listenerd.c b/owlps-listener/owlps-listenerd.c index 812ecc1..e26898a 100644 --- a/owlps-listener/owlps-listenerd.c +++ b/owlps-listener/owlps-listenerd.c @@ -326,6 +326,7 @@ void parse_config_file(int argc, char **argv) " You must specify all options on the command line," " or default value will be used.\n") ; #endif // USE_CONFIG_FILE + break ; case 'h' : print_usage() ; exit(0) ;