This commit is contained in:
Thomas Bernard 2012-06-29 21:47:25 +02:00
parent 6de4711f8b
commit cdc6ac324d
1 changed files with 2 additions and 2 deletions

View File

@ -756,7 +756,7 @@ init(int argc, char * * argv, struct runtime_vars * v)
if(strcmp(ary_options[i].value, "yes") == 0)
SETFLAG(SYSUPTIMEMASK); /*sysuptime = 1;*/
break;
#if defined(USE_PF) || defined(USE_IPF)
#if defined(USE_PF) || defined(USE_IPF)
case UPNPPACKET_LOG:
if(strcmp(ary_options[i].value, "yes") == 0)
SETFLAG(LOGPACKETSMASK); /*logpackets = 1;*/
@ -1167,7 +1167,7 @@ print_usage:
#if defined(USE_PF) || defined(USE_IPF)
" [-L]"
#endif
" [-U] [-S]\n"
" [-U] [-S]"
#ifdef ENABLE_NATPMP
" [-N]"
#endif