Removed Last.fm "Couldtn't connect to server" error message.
This commit is contained in:
parent
683c74da70
commit
0bb374dcd9
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ addressForHost(NSString *hostname)
|
||||||
_doPortStepping = NO;
|
_doPortStepping = NO;
|
||||||
close(_socket);
|
close(_socket);
|
||||||
_socket = -1;
|
_socket = -1;
|
||||||
NSAssert1(-1 != result, @"Couldn't connect to server (%s).", strerror(errno));
|
// NSAssert1(-1 != result, @"Couldn't connect to server (%s).", strerror(errno));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue