mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
(trunk libT) fix minor r8394 bug
This commit is contained in:
parent
79f17a374a
commit
7599172836
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ tr_netBindTCP( const tr_address * addr, tr_port port, tr_bool suppressMsgs )
|
||||||
if( !suppressMsgs )
|
if( !suppressMsgs )
|
||||||
tr_err( _( "Couldn't bind port %d on %s: %s" ),
|
tr_err( _( "Couldn't bind port %d on %s: %s" ),
|
||||||
port, tr_ntop_non_ts( addr ), tr_strerror( err ) );
|
port, tr_ntop_non_ts( addr ), tr_strerror( err ) );
|
||||||
tr_netClose( fd );
|
EVUTIL_CLOSESOCKET( fd );
|
||||||
return -err;
|
return -err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue