aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-08 08:04:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-08 08:04:25 +0000
commit87d5236ee8d5a3cb04082aa0bbdb94e5df2ce5df (patch)
treef927a9b0b25fa1e5604100a0b7be90bf21c2cc1a /src/nat
parenta523a55e37ee7652beb391f75e3bfad92419db79 (diff)
downloadgnunet-87d5236ee8d5a3cb04082aa0bbdb94e5df2ce5df.tar.gz
gnunet-87d5236ee8d5a3cb04082aa0bbdb94e5df2ce5df.zip
fx
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat_mini.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nat/nat_mini.c b/src/nat/nat_mini.c
index b67718407..2ecdf3575 100644
--- a/src/nat/nat_mini.c
+++ b/src/nat/nat_mini.c
@@ -53,6 +53,8 @@ GNUNET_NAT_mini_get_external_ipv4 (struct in_addr *addr)
53 opipe = GNUNET_DISK_pipe (GNUNET_YES, 53 opipe = GNUNET_DISK_pipe (GNUNET_YES,
54 GNUNET_NO, 54 GNUNET_NO,
55 GNUNET_YES); 55 GNUNET_YES);
56 if (NULL == opipe)
57 return GNUNET_SYSERR;
56 eip = GNUNET_OS_start_process (NULL, 58 eip = GNUNET_OS_start_process (NULL,
57 opipe, 59 opipe,
58 "external-ip", 60 "external-ip",
@@ -86,4 +88,6 @@ GNUNET_NAT_mini_get_external_ipv4 (struct in_addr *addr)
86 return iret; 88 return iret;
87} 89}
88 90
91
92
89/* end of nat_mini.c */ 93/* end of nat_mini.c */