diff --git a/upnpreplyparse.c b/upnpreplyparse.c index 2411f05..d3243d9 100644 --- a/upnpreplyparse.c +++ b/upnpreplyparse.c @@ -122,7 +122,7 @@ DisplayNameValueList(char * buffer, int bufsize) { struct NameValueParserData pdata; struct NameValue * nv; - ParseNameValue(buffer, bufsize, &pdata); + ParseNameValue(buffer, bufsize, &pdata, XML_STORE_EMPTY_FL); for(nv = pdata.head.lh_first; nv != NULL; nv = nv->entries.le_next)