mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-20 17:58:19 +00:00
fix error from commit 13585f15c7f7dc28bbbba1661efb280d530d114c
This commit is contained in:
parent
cb8a02af7a
commit
86030db849
@ -1850,7 +1850,7 @@ GetOutboundPinholeTimeout(struct upnphttp * h, const char * action, const char *
|
||||
rem_port = GetValueFromNameValueList(&data, "RemotePort");
|
||||
protocol = GetValueFromNameValueList(&data, "Protocol");
|
||||
|
||||
if (!int_port || !ext_port || !protocol)
|
||||
if (!int_port || !rem_port || !protocol)
|
||||
{
|
||||
ClearNameValueList(&data);
|
||||
SoapError(h, 402, "Invalid Args");
|
||||
|
Loading…
x
Reference in New Issue
Block a user