From: Paul Mackerras Date: Sun, 16 Feb 2003 22:29:50 +0000 (+0000) Subject: fix silly syntax error X-Git-Tag: ppp-2.4.7~334 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=5116fdc189652e3c39e2581a01b7ff5b4cefd514 fix silly syntax error --- 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)) { /*