diff src/http/modules/ngx_http_charset_filter_module.c @ 208:b12b3b1a9426 NGINX_0_3_51

nginx 0.3.51 *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; bug appeared in 0.3.50.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Jun 2006 00:00:00 +0400
parents 3866d57d9cfd
children 14050d2bec9b
line wrap: on
line diff
--- a/src/http/modules/ngx_http_charset_filter_module.c
+++ b/src/http/modules/ngx_http_charset_filter_module.c
@@ -217,7 +217,7 @@ ngx_http_charset_header_filter(ngx_http_
             if (charset == NGX_HTTP_NO_CHARSET) {
                 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
                               "unknown charset \"%V\" to override",
-                              &r->headers_out.override_charset);
+                              r->headers_out.override_charset);
 
                 return ngx_http_next_header_filter(r);
             }