From: Igor Sysoev Date: Tue, 5 Aug 2008 13:08:35 +0000 (+0000) Subject: we do not need dtd->name X-Git-Tag: release-0.7.9~17 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d;p=nginx.git we do not need dtd->name --- diff --git a/src/http/modules/ngx_http_xslt_filter_module.c b/src/http/modules/ngx_http_xslt_filter_module.c index d7d8e4089..75be55339 100644 --- a/src/http/modules/ngx_http_xslt_filter_module.c +++ b/src/http/modules/ngx_http_xslt_filter_module.c @@ -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);