Changeset 730
- Timestamp:
- 02/29/08 20:01:41 (6 months ago)
- Files:
-
- branches/binary/server/memcached.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/binary/server/memcached.c
r727 r730 3051 3051 } 3052 3052 close(sfd); 3053 continue; 3053 3054 } else { 3054 3055 success++; … … 3087 3088 3088 3089 freeaddrinfo(ai); 3090 3091 if (success == 0) 3092 return 1; 3089 3093 3090 3094 return 0;
