From: Matthias Wachs Date: Wed, 27 Oct 2010 10:48:13 +0000 (+0000) Subject: fixed X-Git-Tag: initial-import-from-subversion-38251~19923 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=63f3303efa1023535a4290069751c2a20c6101e5;p=oweals%2Fgnunet.git fixed --- 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);