fix compile error

This commit is contained in:
Christian Ulrich 2020-07-21 22:54:34 +02:00
parent 6e36b5addd
commit 9ad26a76d9
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ proc handleRequest(line: string, unixSock: AsyncSocket) {.async.} =
of "tcp-syni-accept":
let req = parseMessage[TcpSyniAccept](args[2])
puncher = await initPuncher(req.srcPorts[0], req.dstIp, req.dstPorts,
- req.seqNums)
req.seqNums)
sock = await puncher.accept()
else: