commit | 5461caf92077c1b0ade1b869c21fafbdbaba7dd8 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Mar 03 16:44:56 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Mar 03 16:44:56 2008 +0000 |
tree | 7deb92dbe1049f13034795662914bcc09c97ba2a | |
parent | 34cec29e0cc227978868a30f22051948c4922336 [diff] |
fix r1490
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index e3583a4..2286663 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c
@@ -551,7 +551,7 @@ 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; }