]> git.kaiwu.me - nginx.git/commit
Core: fixed wrong indices in listening sockets compare loops.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 7 Mar 2014 11:17:38 +0000 (15:17 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 7 Mar 2014 11:17:38 +0000 (15:17 +0400)
commit8800f0c42bdeb45af201118c8461538e73ceb723
treeb15e51a18db1012cad9dbed81dc154c2db5356ab
parent3dddf60850731ff7cd340d2b52e65410ed635868
Core: fixed wrong indices in listening sockets compare loops.

Proper use is "ls[i]" and "nls[n]".  Previous code used it wrong in
several places, likely due to cut-n-paste errors.
src/core/ngx_cycle.c