commit bb26c3a4acc8ccf3b2a0acdaaa41c1e273dc8abe parent 285ee5581996285bcd6c42993c29b563b7fba484 Author: sin <sin@2f30.org> Date: Sat, 2 Apr 2016 09:25:44 +0100 reorder print Diffstat:
M | stun.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stun.c b/stun.c @@ -705,8 +705,8 @@ clientsetup(int devfd) tunnel(netfd, devfd); err: - logwarn("connection to %s:%s dropped", host, port); close(netfd); + logwarn("connection to %s:%s dropped", host, port); return -1; }