Changeset 728

Show
Ignore:
Timestamp:
02/27/08 10:07:59 (9 months ago)
Author:
dormando
Message:

Handle bind errors in server_socket() (Brian Aker) (Dormando helped!)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/memcached.c

    r726 r728  
    24572457            } 
    24582458            close(sfd); 
     2459            continue; 
    24592460        } else { 
    24602461          success++; 
     
    24922493 
    24932494    freeaddrinfo(ai); 
     2495 
     2496    if (success == 0) 
     2497        return 1; 
    24942498 
    24952499    return 0;