Index: auth.c =================================================================== RCS file: /i4ldev/isdn4k-utils/ipppd/auth.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- auth.c 2000/07/25 20:23:51 1.17 +++ auth.c 2001/07/18 18:51:34 1.18 @@ -38,7 +38,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -char auth_rcsid[] = "$Id: auth.c,v 1.17 2000/07/25 20:23:51 kai Exp $"; +char auth_rcsid[] = "$Id: auth.c,v 1.18 2001/07/18 18:51:34 keil Exp $"; #include #include @@ -221,7 +221,7 @@ else { struct link_struct *q; int i; /* bugcheck, stop after 1024 links */ - for(i=1024,q=lns[unit].bundle_next;!i && q!=&lns[unit];q=q->bundle_next,i--) { + for(i=1024,q=lns[unit].bundle_next;i && q!=&lns[unit];q=q->bundle_next,i--) { if(q->bundle_next == &lns[unit]) break; }