# HG changeset patch # User Igor Sysoev # Date 1180456414 0 # Node ID 91ae88fb2500f57658e466acfa80a2d483d3e38a # Parent 86c5c9288acc30bf3750c9eb3233f217a3594246 fix segfault diff -r 86c5c9288acc -r 91ae88fb2500 src/core/ngx_connection.c --- a/src/core/ngx_connection.c Tue May 29 15:21:09 2007 +0000 +++ b/src/core/ngx_connection.c Tue May 29 16:33:34 2007 +0000 @@ -406,7 +406,7 @@ ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno, "changing the listen() backlog to %d " "for %V failed, ignored", - &ls[i].addr_text, ls[i].backlog); + ls[i].backlog, &ls[i].addr_text); } }