adium / adium
Adium is a free instant messaging application for Mac OS X that can connect to AIM, MSN, Jabber, Yahoo, and more. This is the current development repository of Adium from version 1.4 onwards.
| commit 3091: | dcde2ae5eb5a |
| parent 3090: | 5370572cdbaf |
| branch: | default |
Oops... missed this one.
Changed (Δ4 bytes):
raw changeset »
Plugins/Bonjour/libezv/Simple HTTP Server/AsyncSocket.m (2 lines added, 2 lines removed)
Up to file-list Plugins/Bonjour/libezv/Simple HTTP Server/AsyncSocket.m:
| … | … | @@ -1417,7 +1417,7 @@ Failed:; |
1417 |
1417 |
CFDataRef peeraddr; |
1418 |
1418 |
UInt16 peerport = 0; |
1419 |
1419 |
|
1420 |
if(sock |
|
1420 |
if(sock && (peeraddr = CFSocketCopyPeerAddress(sock))) |
|
1421 |
1421 |
{ |
1422 |
1422 |
peerport = [self addressPort:peeraddr]; |
1423 |
1423 |
CFRelease (peeraddr); |
| … | … | @@ -1432,7 +1432,7 @@ Failed:; |
1432 |
1432 |
CFDataRef selfaddr; |
1433 |
1433 |
NSString *selfstr = nil; |
1434 |
1434 |
|
1435 |
if(sock && (selfaddr = CFSocketCopyAddress(sock |
|
1435 |
if(sock && (selfaddr = CFSocketCopyAddress(sock))) |
|
1436 |
1436 |
{ |
1437 |
1437 |
selfstr = [self addressHost:selfaddr]; |
1438 |
1438 |
CFRelease (selfaddr); |
