1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

correct a small typo in isdnd that broke the ppp-expect-password option

Submitted by:	Thomas Moestl <tmoestl@gmx.net>
This commit is contained in:
Hellmuth Michaelis 2001-01-10 09:41:42 +00:00
parent 9c8c302fd0
commit de8ebe46b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70873

View File

@ -34,7 +34,7 @@
*
* $FreeBSD$
*
* last edit-date: [Mon Oct 2 22:49:40 2000]
* last edit-date: [Wed Jan 10 10:37:11 2001]
*
*---------------------------------------------------------------------------*/
@ -149,7 +149,7 @@ ppp-auth-rechallenge { return PPP_AUTH_RECHALLENGE; }
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; }