Fix typo in src/upnp.c.
authorDennis Lan <dennis.yxun@gmail.com>
Wed, 12 Oct 2016 11:35:39 +0000 (13:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 12 Oct 2016 11:35:39 +0000 (13:35 +0200)
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