From 5116fdc189652e3c39e2581a01b7ff5b4cefd514 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 16 Feb 2003 22:29:50 +0000 Subject: [PATCH] fix silly syntax error --- pppd/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/auth.c b/pppd/auth.c index a92d9e9..a4f7775 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -73,7 +73,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: auth.c,v 1.91 2003/02/16 22:25:49 paulus Exp $" +#define RCSID "$Id: auth.c,v 1.92 2003/02/16 22:29:50 paulus Exp $" #include #include @@ -606,7 +606,7 @@ link_established(unit) (*protp->lowerup)(unit); if (!auth_required && noauth_addrs != NULL) - set_allowed_addrs(unit, NULL, NULL) + set_allowed_addrs(unit, NULL, NULL); if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) { /* -- 2.39.2