fix
This commit is contained in:
parent
87bad0aeb4
commit
909ba96beb
|
@ -880,7 +880,7 @@ init(int argc, char * * argv, struct runtime_vars * v)
|
|||
/*case 'l':
|
||||
logfilename = argv[++i];
|
||||
break;*/
|
||||
#if defined(USE_PF) || defined(USE_IPF)
|
||||
#if defined(USE_PF) || defined(USE_IPF)
|
||||
case 'L':
|
||||
/*logpackets = 1;*/
|
||||
SETFLAG(LOGPACKETSMASK);
|
||||
|
@ -1149,7 +1149,7 @@ print_usage:
|
|||
"\t\t[-a listening_ip ext_ip]"
|
||||
#endif
|
||||
" [-p port] [-d]"
|
||||
#if defined(USE_PF) || defined(USE_IPF)
|
||||
#if defined(USE_PF) || defined(USE_IPF)
|
||||
" [-L]"
|
||||
#endif
|
||||
" [-U] [-S]\n"
|
||||
|
@ -1172,7 +1172,7 @@ print_usage:
|
|||
"\tDefault pid file is '%s'.\n"
|
||||
"\tDefault config file is '%s'.\n"
|
||||
"\tWith -d miniupnpd will run as a standard program.\n"
|
||||
#if defined(USE_PF) || defined(USE_IPF)
|
||||
#if defined(USE_PF) || defined(USE_IPF)
|
||||
"\t-L sets packet log in pf and ipf on.\n"
|
||||
#endif
|
||||
"\t-S sets \"secure\" mode : clients can only add mappings to their own ip\n"
|
||||
|
|
Loading…
Reference in New Issue