]> git.kaiwu.me - nginx.git/commitdiff
fix r1490
authorIgor Sysoev <igor@sysoev.ru>
Mon, 3 Mar 2008 16:44:56 +0000 (16:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 3 Mar 2008 16:44:56 +0000 (16:44 +0000)
src/http/ngx_http.c

index e3583a4f8311155b1b0dd7ffe10524fd5a652d28..22866639a8bc554220e0f79ac7d4cc22253f91a1 100644 (file)
@@ -551,7 +551,7 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
                         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;
                         }