Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/isdn/isdnd Fix coyp&pasto bug when parsing the ppp-...



details:   https://anonhg.NetBSD.org/src/rev/04aec9a9f9f4
branches:  trunk
changeset: 501805:04aec9a9f9f4
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 07 21:01:03 2001 +0000

description:
Fix coyp&pasto bug when parsing the ppp-expect-password option, reported by
Thomas Moestl against the FreeBSD version.

diffstat:

 usr.sbin/isdn/isdnd/rc_scan.l |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 9d2aa040d764 -r 04aec9a9f9f4 usr.sbin/isdn/isdnd/rc_scan.l
--- a/usr.sbin/isdn/isdnd/rc_scan.l     Sun Jan 07 20:59:29 2001 +0000
+++ b/usr.sbin/isdn/isdnd/rc_scan.l     Sun Jan 07 21:01:03 2001 +0000
@@ -30,7 +30,7 @@
  *     i4b daemon - runtime configuration lexical analyzer
  *     ---------------------------------------------------
  *
- *     $Id: rc_scan.l,v 1.1.1.1 2001/01/06 13:00:26 martin Exp $ 
+ *     $Id: rc_scan.l,v 1.2 2001/01/07 21:01:03 martin Exp $ 
  *
  * $FreeBSD$
  *
@@ -151,7 +151,7 @@
 ppp-auth-paranoid              { return PPP_AUTH_PARANOID; }
 ppp-expect-auth                        { return PPP_EXPECT_AUTH; }
 ppp-expect-name                        { return PPP_EXPECT_NAME; }
-ppp-expect-password            { return PPP_EXPECT_NAME; }
+ppp-expect-password            { return PPP_EXPECT_PASSWORD; }
 ppp-send-auth                  { return PPP_SEND_AUTH; }
 ppp-send-name                  { return PPP_SEND_NAME; }
 ppp-send-password              { return PPP_SEND_PASSWORD; }



Home | Main Index | Thread Index | Old Index