diff options
author | brian <brian@FreeBSD.org> | 2001-02-04 01:08:22 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-02-04 01:08:22 +0000 |
commit | 75b98b19e66ca2d1d64e6228ea1f70ddede7e6a8 (patch) | |
tree | c6b1721da500439670285d550baee813142512f9 /usr.sbin/ppp/command.c | |
parent | 2b4420e8f9beb187125c4fcc9a5844c4a510c3ef (diff) | |
download | FreeBSD-src-75b98b19e66ca2d1d64e6228ea1f70ddede7e6a8.zip FreeBSD-src-75b98b19e66ca2d1d64e6228ea1f70ddede7e6a8.tar.gz |
Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and
CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently
required state, the others do. This should stop ppp from entering
DATALINK_READY when LCP shutdown doesn't end up happening cleanly.
Bump our version number to reflect this change.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r-- | usr.sbin/ppp/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index dd9da83..fb36f19 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -151,7 +151,7 @@ #define NEG_MPPE 54 #define NEG_CHAP81 55 -const char Version[] = "2.3"; +const char Version[] = "2.3.1"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |