From: Frank Cusack Date: Thu, 10 Oct 2002 06:12:04 +0000 (+0000) Subject: typo X-Git-Tag: ppp-2.4.7~373 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=071e88706fea40c651fad23825718cfd060e02ac typo --- diff --git a/pppd/auth.c b/pppd/auth.c index d2b0c9f..fa58933 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -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 #include @@ -1951,7 +1951,6 @@ auth_number() l--; if (!strncasecmp(wp->word, remote_number, l)) return 1; - } wp = wp->next; }