miniupnpd.c: nothing important :)

This commit is contained in:
Thomas Bernard 2014-04-09 15:37:37 +02:00
parent 974c05c7be
commit e5757cdc45
1 changed files with 0 additions and 1 deletions

View File

@ -1572,7 +1572,6 @@ main(int argc, char * * argv)
if(GETFLAG(ENABLEUPNPMASK))
{
/* open socket for HTTP connections. Listen on the 1st LAN address */
#ifdef ENABLE_IPV6
shttpl = OpenAndConfHTTPSocket((v.port > 0) ? v.port : 0, 1);