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':
|
/*case 'l':
|
||||||
logfilename = argv[++i];
|
logfilename = argv[++i];
|
||||||
break;*/
|
break;*/
|
||||||
#if defined(USE_PF) || defined(USE_IPF)
|
#if defined(USE_PF) || defined(USE_IPF)
|
||||||
case 'L':
|
case 'L':
|
||||||
/*logpackets = 1;*/
|
/*logpackets = 1;*/
|
||||||
SETFLAG(LOGPACKETSMASK);
|
SETFLAG(LOGPACKETSMASK);
|
||||||
|
@ -1149,7 +1149,7 @@ print_usage:
|
||||||
"\t\t[-a listening_ip ext_ip]"
|
"\t\t[-a listening_ip ext_ip]"
|
||||||
#endif
|
#endif
|
||||||
" [-p port] [-d]"
|
" [-p port] [-d]"
|
||||||
#if defined(USE_PF) || defined(USE_IPF)
|
#if defined(USE_PF) || defined(USE_IPF)
|
||||||
" [-L]"
|
" [-L]"
|
||||||
#endif
|
#endif
|
||||||
" [-U] [-S]\n"
|
" [-U] [-S]\n"
|
||||||
|
@ -1172,7 +1172,7 @@ print_usage:
|
||||||
"\tDefault pid file is '%s'.\n"
|
"\tDefault pid file is '%s'.\n"
|
||||||
"\tDefault config file is '%s'.\n"
|
"\tDefault config file is '%s'.\n"
|
||||||
"\tWith -d miniupnpd will run as a standard program.\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"
|
"\t-L sets packet log in pf and ipf on.\n"
|
||||||
#endif
|
#endif
|
||||||
"\t-S sets \"secure\" mode : clients can only add mappings to their own ip\n"
|
"\t-S sets \"secure\" mode : clients can only add mappings to their own ip\n"
|
||||||
|
|
Loading…
Reference in New Issue