diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-03-03 16:44:56 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-03-03 16:44:56 +0000 |
commit | 5461caf92077c1b0ade1b869c21fafbdbaba7dd8 (patch) | |
tree | 7deb92dbe1049f13034795662914bcc09c97ba2a /src/http/ngx_http.c | |
parent | 34cec29e0cc227978868a30f22051948c4922336 (diff) | |
download | nginx-5461caf92077c1b0ade1b869c21fafbdbaba7dd8.tar.gz nginx-5461caf92077c1b0ade1b869c21fafbdbaba7dd8.zip |
fix r1490
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index e3583a4f8..22866639a 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -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; } |