add a comment about ignoring 713 SpecifiedArrayIndexInvalid

see #682
This commit is contained in:
Thomas Bernard 2024-01-04 02:56:13 +01:00
parent c6fc63ead0
commit c8b2e1a619
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ 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)
else if(r==713) /* ignore SpecifiedArrayIndexInvalid => we are at the end of the list */
break;
else
printf("GetGenericPortMappingEntry() returned %d (%s)\n",