1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 23:14:41 +00:00

sync libtransmission to miniupnpc-20081002

This commit is contained in:
Charles Kerr 2008-10-04 15:23:47 +00:00
parent ed3474c98f
commit 2a5e92fb7c

View file

@ -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(