aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-helper-nat-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-helper-nat-server.c')
-rw-r--r--src/nat/gnunet-helper-nat-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/gnunet-helper-nat-server.c b/src/nat/gnunet-helper-nat-server.c
index d3c890b98..37b875ee4 100644
--- a/src/nat/gnunet-helper-nat-server.c
+++ b/src/nat/gnunet-helper-nat-server.c
@@ -602,7 +602,7 @@ main (int argc, char *const *argv)
602 } 602 }
603 603
604 /* select failed (internal error or OS out of resources) */ 604 /* select failed (internal error or OS out of resources) */
605 global_ret = 11; 605 global_ret = 11;
606error_exit: 606error_exit:
607 if (-1 != icmpsock) 607 if (-1 != icmpsock)
608 (void) close (icmpsock); 608 (void) close (icmpsock);