| commit | 1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Aug 05 13:08:35 2008 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Aug 05 13:08:35 2008 +0000 |
| tree | fc9f378219c08e4544455d6758ea6d7dda1e5b27 | |
| parent | f8c0d8ade954411afa2ece7bcf652ee03b9fecfa [diff] |
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 d7d8e40..75be553 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 @@ return; } - dtd->name = xmlStrdup(name); - if (doc->children == NULL) { xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);