1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 04:53:27 +00:00

Fix stupid mistake.

This commit is contained in:
Josh Elsasser 2007-01-23 23:46:10 +00:00
parent 1eb3cf2a8e
commit ace19f1003

View file

@ -182,8 +182,8 @@ tr_natpmpStop( tr_natpmp_t * pmp )
tr_dbg( "nat-pmp state add -> idle" );
if( NULL != pmp->req )
{
killreq( &pmp->req );
pmp->mappedport = pmp->req->port;
killreq( &pmp->req );
pmp->state = PMP_STATE_DELETING;
tr_dbg( "nat-pmp state idle -> del" );
}