mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
uncrash the build
This commit is contained in:
@@ -358,9 +358,6 @@ tr_fdSocketCreate( int type, int isReserved )
|
||||
int s = -1;
|
||||
tr_lockLock( gFd->lock );
|
||||
|
||||
/* FIXME */
|
||||
abort();
|
||||
|
||||
if( isReserved || ( gFd->normal < getSocketMax( gFd ) ) )
|
||||
if( ( s = socket( AF_INET, type, 0 ) ) < 0 )
|
||||
tr_err( _( "Couldn't create socket: %s" ), tr_strerror( sockerrno ) );
|
||||
|
||||
Reference in New Issue
Block a user