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:
parent
ed3474c98f
commit
2a5e92fb7c
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue