From 9ad26a76d93def6d9a1931a9d961bdc2438e44d7 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Tue, 21 Jul 2020 22:54:34 +0200 Subject: [PATCH] fix compile error --- punchd.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/punchd.nim b/punchd.nim index b5bd257..9f124f8 100644 --- a/punchd.nim +++ b/punchd.nim @@ -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: