Merge pull request #682 from Self-Hosting-Group/upnpc_do_not_show_the_normally_occurring_error_713
upnpc: Do not show the normally occurring error 713
This commit is contained in:
commit
c6fc63ead0
|
@ -171,6 +171,8 @@ static void ListRedirections(struct UPNPUrls * urls,
|
|||
printf("%2hu %s %5s->%s:%-5s '%s' '%s' %s\n",
|
||||
i, protocol, extPort, intClient, intPort,
|
||||
desc, rHost, duration);
|
||||
else if(r==713)
|
||||
break;
|
||||
else
|
||||
printf("GetGenericPortMappingEntry() returned %d (%s)\n",
|
||||
r, strupnperror(r));
|
||||
|
|
Loading…
Reference in New Issue