Fix typo in src/upnp.c.
[tinc] / src / upnp.c
index abd2f92..3bfc770 100644 (file)
@@ -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