Fix typo in src/upnp.c.
This commit is contained in:
parent
9cbd3c2b5b
commit
fcaf158494
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ static struct UPNPDev *upnp_discover(int delay, int *error) {
|
||||||
|
|
||||||
#elif MINIUPNPC_API_VERSION <= 14
|
#elif MINIUPNPC_API_VERSION <= 14
|
||||||
|
|
||||||
return upnpDiscover(delay, NULL NULL, false, false, 2, error);
|
return upnpDiscover(delay, NULL, NULL, false, false, 2, error);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue