diff src/http/ngx_http.c @ 1910:8c64532e4875

fix r1490
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Mar 2008 16:44:56 +0000
parents e584e946e198
children cb8c0c8e0c27
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -551,7 +551,7 @@ ngx_http_block(ngx_conf_t *cf, ngx_comma
                         if (in_addr[a].default_server) {
                             ngx_log_error(NGX_LOG_ERR, cf->log, 0,
                                       "the duplicate default server in %s:%ui",
-                                       &lscf[l].file_name, lscf[l].line);
+                                       lscf[l].file_name, lscf[l].line);
 
                             return NGX_CONF_ERROR;
                         }