]> git.ozlabs.org Git - ppp.git/commitdiff
fix silly syntax error
authorPaul Mackerras <paulus@samba.org>
Sun, 16 Feb 2003 22:29:50 +0000 (22:29 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 16 Feb 2003 22:29:50 +0000 (22:29 +0000)
pppd/auth.c

index a92d9e93be1869de4a0687c1a0dfd019718414d8..a4f7775adb6a5ff69ff090e590b7008bf01eb1cd 100644 (file)
@@ -73,7 +73,7 @@
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
  * 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 <stdio.h>
 #include <stddef.h>
 
 #include <stdio.h>
 #include <stddef.h>
@@ -606,7 +606,7 @@ link_established(unit)
            (*protp->lowerup)(unit);
 
     if (!auth_required && noauth_addrs != NULL)
            (*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)) {
        /*
 
     if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
        /*