aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_mini.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat_mini.c')
-rw-r--r--src/nat/nat_mini.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nat/nat_mini.c b/src/nat/nat_mini.c
index a5ae4ad08..ce4bc6778 100644
--- a/src/nat/nat_mini.c
+++ b/src/nat/nat_mini.c
@@ -213,8 +213,8 @@ GNUNET_NAT_mini_get_external_ipv4 (struct GNUNET_TIME_Relative timeout,
213 return eh; 213 return eh;
214 } 214 }
215 eh->eip = 215 eh->eip =
216 GNUNET_OS_start_process (GNUNET_NO, 0, NULL, eh->opipe, 216 GNUNET_OS_start_process (GNUNET_NO, 0, NULL, eh->opipe, NULL,
217 "external-ip", "external-ip", 217 "external-ip", "external-ip",
218 NULL); 218 NULL);
219 if (NULL == eh->eip) 219 if (NULL == eh->eip)
220 { 220 {