From 63f3303efa1023535a4290069751c2a20c6101e5 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 27 Oct 2010 10:48:13 +0000 Subject: [PATCH] fixed --- src/nat/upnp-reply-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) for (nv = pdata.head.lh_first; nv != NULL; nv = nv->entries.le_next) { GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "UPnP", - "%s = %s", nv->name, nv->abs_value); + "%s = %s", nv->name, nv->value); } UPNP_REPLY_free_ (&pdata); -- 2.25.1