Fix Unix compilation error.

This commit is contained in:
cheatfate 2018-06-07 00:35:32 +03:00
parent 38f30e0f18
commit 14124cf188
1 changed files with 1 additions and 2 deletions

View File

@ -663,8 +663,7 @@ else:
let sock = wrapAsyncSocket(res)
if sock != asyncInvalidSocket:
discard server.function(server,
newStreamSocketTransport(sock, server.bufferSize),
server.udata)
newStreamSocketTransport(sock, server.bufferSize))
break
else:
let err = osLastError()