diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-05 13:08:35 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-05 13:08:35 +0000 |
| commit | 1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d (patch) | |
| tree | fc9f378219c08e4544455d6758ea6d7dda1e5b27 | |
| parent | f8c0d8ade954411afa2ece7bcf652ee03b9fecfa (diff) | |
| download | nginx-1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d.tar.gz nginx-1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d.tar.bz2 | |
we do not need dtd->name
| -rw-r--r-- | src/http/modules/ngx_http_xslt_filter_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
