mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-04-24 03:53:10 +00:00
Fix Unix compilation error.
This commit is contained in:
parent
38f30e0f18
commit
14124cf188
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user