From b994bf5f5bc382c6593dbe05bf3b346c379c4838 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 3 Jul 2018 09:57:31 -0400 Subject: [PATCH] fix previous commit --- llarp/iwp_link.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/iwp_link.cpp b/llarp/iwp_link.cpp index a3b615511..975b438b1 100644 --- a/llarp/iwp_link.cpp +++ b/llarp/iwp_link.cpp @@ -1811,8 +1811,8 @@ namespace iwp impl->parent->close(impl->parent); success = false; } - ++nextMsgID; } + ++nextMsgID; } else {