]> git.ozlabs.org Git - ppp.git/commitdiff
typo
authorFrank Cusack <fcusack@fcusack.com>
Thu, 10 Oct 2002 06:12:04 +0000 (06:12 +0000)
committerFrank Cusack <fcusack@fcusack.com>
Thu, 10 Oct 2002 06:12:04 +0000 (06:12 +0000)
pppd/auth.c

index d2b0c9f04995f41e5761f0946ce429a04c51626b..fa58933f77cfa190d6733c4132383adcc6946ab1 100644 (file)
@@ -32,7 +32,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define RCSID  "$Id: auth.c,v 1.85 2002/10/10 05:47:34 fcusack Exp $"
+#define RCSID  "$Id: auth.c,v 1.86 2002/10/10 06:12:04 fcusack Exp $"
 
 #include <stdio.h>
 #include <stddef.h>
@@ -1951,7 +1951,6 @@ auth_number()
            l--;
        if (!strncasecmp(wp->word, remote_number, l))
            return 1;
-       }
        wp = wp->next;
     }