]> git.kaiwu.me - nginx.git/commitdiff
fix segfault
authorIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 16:33:34 +0000 (16:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 16:33:34 +0000 (16:33 +0000)
src/core/ngx_connection.c

index 9afb95248bd7d0e92477fd5a22b29037d860e249..b9f7264c7661c11dcd9d9aa83dd116cf339a3d28 100644 (file)
@@ -406,7 +406,7 @@ ngx_configure_listening_socket(ngx_cycle_t *cycle)
                 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);
             }
         }