aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-helper-nat-client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-19 12:35:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-19 12:35:31 +0000
commit4a85d6bfc156183e69a5e746c54cdb5a83f33226 (patch)
tree3061dd48f7a025948964d98fab1e2fb45932f507 /src/nat/gnunet-helper-nat-client.c
parent99ca80fc085e26770d25e10dcaa79547220a0d52 (diff)
downloadgnunet-4a85d6bfc156183e69a5e746c54cdb5a83f33226.tar.gz
gnunet-4a85d6bfc156183e69a5e746c54cdb5a83f33226.zip
-actually use global_ret for return
Diffstat (limited to 'src/nat/gnunet-helper-nat-client.c')
-rw-r--r--src/nat/gnunet-helper-nat-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/gnunet-helper-nat-client.c b/src/nat/gnunet-helper-nat-client.c
index 3f74c22c2..73504ab1d 100644
--- a/src/nat/gnunet-helper-nat-client.c
+++ b/src/nat/gnunet-helper-nat-client.c
@@ -492,7 +492,7 @@ main (int argc, char *const *argv)
492 cleanup: 492 cleanup:
493 if (-1 != rawsock) 493 if (-1 != rawsock)
494 (void) close (rawsock); 494 (void) close (rawsock);
495 return 0; 495 return global_ret;
496} 496}
497 497
498/* end of gnunet-helper-nat-client.c */ 498/* end of gnunet-helper-nat-client.c */