aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-27 10:48:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-27 10:48:13 +0000
commit63f3303efa1023535a4290069751c2a20c6101e5 (patch)
treef41f0a2c77f22fba551cf213a118700773b76e9c /src/nat
parentd6dbee55aed867e1d4d519fea9e3768d85a19d88 (diff)
downloadgnunet-63f3303efa1023535a4290069751c2a20c6101e5.tar.gz
gnunet-63f3303efa1023535a4290069751c2a20c6101e5.zip
fixed
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/upnp-reply-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/upnp-reply-parse.c b/src/nat/upnp-reply-parse.c
index 64d84de65..398cde834 100644
--- a/src/nat/upnp-reply-parse.c
+++ b/src/nat/upnp-reply-parse.c
@@ -158,7 +158,7 @@ UPNP_REPLY_print_ (char *buffer, int buf_size)
158 for (nv = pdata.head.lh_first; nv != NULL; nv = nv->entries.le_next) 158 for (nv = pdata.head.lh_first; nv != NULL; nv = nv->entries.le_next)
159 { 159 {
160 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "UPnP", 160 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "UPnP",
161 "%s = %s", nv->name, nv->abs_value); 161 "%s = %s", nv->name, nv->value);
162 } 162 }
163 163
164 UPNP_REPLY_free_ (&pdata); 164 UPNP_REPLY_free_ (&pdata);