commit | 8800f0c42bdeb45af201118c8461538e73ceb723 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Mar 07 15:17:38 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Mar 07 15:17:38 2014 +0400 |
tree | b15e51a18db1012cad9dbed81dc154c2db5356ab | |
parent | 3dddf60850731ff7cd340d2b52e65410ed635868 [diff] |
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.