[Listener] Fix -f: do not quit anymore

This commit is contained in:
Matteo Cypriani 2011-04-12 22:20:39 +02:00
parent c23bddffae
commit 52c3b34170
1 changed files with 1 additions and 0 deletions

View File

@ -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) ;