From 071e88706fea40c651fad23825718cfd060e02ac Mon Sep 17 00:00:00 2001 From: Frank Cusack Date: Thu, 10 Oct 2002 06:12:04 +0000 Subject: [PATCH] typo --- pppd/auth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.39.2