diff --git a/libtransmission/upnp.c b/libtransmission/upnp.c index 2b996bfcd..e9aeaf0a3 100644 --- a/libtransmission/upnp.c +++ b/libtransmission/upnp.c @@ -88,7 +88,7 @@ tr_upnpPulse( tr_upnp * handle, { struct UPNPDev * devlist; errno = 0; - devlist = upnpDiscover( 2000, NULL, NULL ); + devlist = upnpDiscover( 2000, NULL, NULL, 0 ); if( devlist == NULL ) { tr_ndbg(