X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fupnp.c;h=3bfc770f3abfbe368be2efeb95200ae1988ea6bb;hb=7a54fe5e884e98ade91af527c67f9c5df1452a50;hp=abd2f92fa9eb791a33e5c580a03e2e3f44965e08;hpb=0f6d34dc1b43edc6f5bea45c17ce2d6a417265f1;p=tinc 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