From: Christian Grothoff Date: Fri, 8 Jul 2011 08:04:25 +0000 (+0000) Subject: fx X-Git-Tag: initial-import-from-subversion-38251~17941 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=87d5236ee8d5a3cb04082aa0bbdb94e5df2ce5df;p=oweals%2Fgnunet.git fx --- 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) opipe = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_NO, GNUNET_YES); + if (NULL == opipe) + return GNUNET_SYSERR; eip = GNUNET_OS_start_process (NULL, opipe, "external-ip", @@ -86,4 +88,6 @@ GNUNET_NAT_mini_get_external_ipv4 (struct in_addr *addr) return iret; } + + /* end of nat_mini.c */