mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-31 00:26:48 +00:00
error 709 = NoTrafficReceived
This commit is contained in:
parent
3a6feb49c0
commit
ad3a610748
@ -1,4 +1,4 @@
|
||||
/* $Id: upnpsoap.c,v 1.163 2023/02/04 10:36:34 nanard Exp $ */
|
||||
/* $Id: upnpsoap.c,v 1.165 2023/06/26 23:15:56 nanard Exp $ */
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||
@ -2101,7 +2101,7 @@ CheckPinholeWorking(struct upnphttp * h, const char * action, const char * ns)
|
||||
return ;
|
||||
if(packets == 0)
|
||||
{
|
||||
SoapError(h, 709, "NoPacketSent");
|
||||
SoapError(h, 709, "NoTrafficReceived");
|
||||
return;
|
||||
}
|
||||
bodylen = snprintf(body, sizeof(body), resp,
|
||||
|
Loading…
x
Reference in New Issue
Block a user