fix r1490

This commit is contained in:
Igor Sysoev 2008-03-03 16:44:56 +00:00
parent 34cec29e0c
commit 5461caf920

View 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;
}