Differences From Artifact [9556eafe3a]:
- File src/OFTCPSocket.m — part of check-in [67066be692] at 2009-05-15 20:01:54 on branch trunk — Use OFString as much as possible. (user: js, size: 4095) [annotate] [blame] [check-ins using]
To Artifact [da3f38fa70]:
- File src/OFTCPSocket.m — part of check-in [4c6d6c56ac] at 2009-05-15 22:59:30 on branch trunk — As we memset our ivars to 0, get rid of some useless ivar inits. (user: js, size: 4079) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
30 31 32 33 34 35 36 | - init { self = [super init]; sock = INVALID_SOCKET; saddr = NULL; | < | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - init { self = [super init]; sock = INVALID_SOCKET; saddr = NULL; return self; } - (void)dealloc { if (sock != INVALID_SOCKET) |
︙ | ︙ |