mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
we do not need dtd->name
This commit is contained in:
@@ -511,8 +511,6 @@ ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,
|
||||
return;
|
||||
}
|
||||
|
||||
dtd->name = xmlStrdup(name);
|
||||
|
||||
if (doc->children == NULL) {
|
||||
xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user