comparison src/http/modules/ngx_http_xslt_filter_module.c @ 3642:ac33852faaac

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2010 16:34:54 +0000
parents dd1570b6f237
children 47c1a9bff989
comparison
equal deleted inserted replaced
3641:6802ba529ec4 3642:ac33852faaac
266 266
267 for (cl = in; cl; cl = cl->next) { 267 for (cl = in; cl; cl = cl->next) {
268 268
269 if (ngx_http_xslt_add_chunk(r, ctx, cl->buf) != NGX_OK) { 269 if (ngx_http_xslt_add_chunk(r, ctx, cl->buf) != NGX_OK) {
270 270
271 if (ctx->ctxt->myDoc){ 271 if (ctx->ctxt->myDoc) {
272 272
273 #if (NGX_HTTP_XSLT_REUSE_DTD) 273 #if (NGX_HTTP_XSLT_REUSE_DTD)
274 ctx->ctxt->myDoc->extSubset = NULL; 274 ctx->ctxt->myDoc->extSubset = NULL;
275 #endif 275 #endif
276 xmlFreeDoc(ctx->ctxt->myDoc); 276 xmlFreeDoc(ctx->ctxt->myDoc);