projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6dbee5
)
fixed
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 27 Oct 2010 10:48:13 +0000
(10:48 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 27 Oct 2010 10:48:13 +0000
(10:48 +0000)
src/nat/upnp-reply-parse.c
patch
|
blob
|
history
diff --git
a/src/nat/upnp-reply-parse.c
b/src/nat/upnp-reply-parse.c
index 64d84de650c368f0e4667d6d13990c6064f591ff..398cde83428a0dab1dd5253df10b9a9d036d4a66 100644
(file)
--- 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);