From: Dennis Lan Date: Wed, 12 Oct 2016 11:35:39 +0000 (+0200) Subject: Fix typo in src/upnp.c. X-Git-Tag: release-1.1pre15~55 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=fcaf158494af7cb015d8658a3241c324518e8d7f Fix typo in src/upnp.c. --- 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