Ignore:
Timestamp:
Aug 22, 2008, 8:53:19 PM (15 years ago)
Author:
charles
Message:

uncrash the build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/fdlimit.c

    r6636 r6638  
    359359    tr_lockLock( gFd->lock );
    360360
    361 /* FIXME */
    362 abort();
    363 
    364361    if( isReserved || ( gFd->normal < getSocketMax( gFd ) ) )
    365362        if( ( s = socket( AF_INET, type, 0 ) ) < 0 )
Note: See TracChangeset for help on using the changeset viewer.