Changeset 730

Show
Ignore:
Timestamp:
02/29/08 20:01:41 (6 months ago)
Author:
dsallings
Message:

Merge commit 'trunk' into lbinary as of r728

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

Files:

Legend:

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

    r727 r730  
    30513051            } 
    30523052            close(sfd); 
     3053            continue; 
    30533054        } else { 
    30543055          success++; 
     
    30873088 
    30883089    freeaddrinfo(ai); 
     3090 
     3091    if (success == 0) 
     3092        return 1; 
    30893093 
    30903094    return 0;