aboutsummaryrefslogtreecommitdiff
path: root/src/nat/upnp-reply-parse.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-27 09:51:48 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-27 09:51:48 +0000
commit46bb89619ef4ed0ed321f794564e1ca2d1c4411c (patch)
tree3b73caa5ef1d0a574f5ac7add6dbbb8c55e86a3a /src/nat/upnp-reply-parse.c
parent4fc6957210ad1baa9d267cdd2b37e4b2f5b96b2a (diff)
downloadgnunet-46bb89619ef4ed0ed321f794564e1ca2d1c4411c.tar.gz
gnunet-46bb89619ef4ed0ed321f794564e1ca2d1c4411c.zip
Refactoring gnunet _time
Diffstat (limited to 'src/nat/upnp-reply-parse.c')
-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 398cde834..64d84de65 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->value); 161 "%s = %s", nv->name, nv->abs_value);
162 } 162 }
163 163
164 UPNP_REPLY_free_ (&pdata); 164 UPNP_REPLY_free_ (&pdata);