mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 06:12:32 -06:00
.Removed DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@3285 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ade185d7ee
commit
b2ffac13d8
1 changed files with 0 additions and 2 deletions
|
|
@ -203,8 +203,6 @@ bool Socket::Data::OpenClient(const char *host, int port, bool nodelay, dword *m
|
|||
hostent *he = gethostbyname(host);
|
||||
if(!he) {
|
||||
SetSockError(NFormat("gethostbyname(%s) failed", host));
|
||||
DDUMP(sock->errordesc);
|
||||
DDUMP(Socket::GetErrorText());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue