aboutsummaryrefslogtreecommitdiff
path: root/src/nat/upnp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/upnp.c')
-rw-r--r--src/nat/upnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/upnp.c b/src/nat/upnp.c
index 62ecd7ff9..e8a5f1afc 100644
--- a/src/nat/upnp.c
+++ b/src/nat/upnp.c
@@ -223,7 +223,7 @@ GNUNET_NAT_UPNP_pulse (GNUNET_NAT_UPNP_Handle * handle, int is_enabled,
223 int err = -1; 223 int err = -1;
224 errno = 0; 224 errno = 0;
225 225
226 if (!handle->urls.controlURL || !handle->data.servicetype) 226 if (!handle->urls.controlURL)
227 handle->is_mapped = 0; 227 handle->is_mapped = 0;
228 else 228 else
229 { 229 {