Skip to content

Commit 86030db

Browse files
committed
fix error from commit 13585f1
1 parent cb8a02a commit 86030db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: miniupnpd/upnpsoap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ GetOutboundPinholeTimeout(struct upnphttp * h, const char * action, const char *
18501850
rem_port = GetValueFromNameValueList(&data, "RemotePort");
18511851
protocol = GetValueFromNameValueList(&data, "Protocol");
18521852

1853-
if (!int_port || !ext_port || !protocol)
1853+
if (!int_port || !rem_port || !protocol)
18541854
{
18551855
ClearNameValueList(&data);
18561856
SoapError(h, 402, "Invalid Args");

0 commit comments

Comments
 (0)