Fix off-by-one error in previous code, spotted at the last minute.
authorKen Raeburn <raeburn@mit.edu>
Fri, 25 Feb 2000 20:51:59 +0000 (20:51 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 25 Feb 2000 20:51:59 +0000 (20:51 +0000)
commit316465cf284923645bbdf2a541e7199d7f3674db
tree40e74de0631489aad0db903a17c6fb6fc5c00c5b
parentd2e5db39ff65837c07cdbf5b2669455667678bfb
Fix off-by-one error in previous code, spotted at the last minute.
This is why things weren't working without the loopback addresses,
which showed up last in the list, after the address my client was
trying to use, thus hiding the error.

(I tried to abort the previous checkin, but cvs went ahead with it
despite the "editor session failed" report...hm.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12071 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/network.c