X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fupnp.c;h=3bfc770f3abfbe368be2efeb95200ae1988ea6bb;hp=abd2f92fa9eb791a33e5c580a03e2e3f44965e08;hb=fcaf158494af7cb015d8658a3241c324518e8d7f;hpb=9cbd3c2b5b03c29c116a14f196db8a32c7135391 diff --git a/src/upnp.c b/src/upnp.c index abd2f92f..3bfc770f 100644 --- a/src/upnp.c +++ b/src/upnp.c @@ -57,7 +57,7 @@ static struct UPNPDev *upnp_discover(int delay, int *error) { #elif MINIUPNPC_API_VERSION <= 14 - return upnpDiscover(delay, NULL NULL, false, false, 2, error); + return upnpDiscover(delay, NULL, NULL, false, false, 2, error); #else