aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-11-26 22:44:33 +0000
committerBrian Somers <brian@FreeBSD.org>1999-11-26 22:44:33 +0000
commitfdc29d54a48f371bfc1c3af8a6dff0450b6523d0 (patch)
tree02e7ca276db88600b19e1c4e57da792780e09cc1 /usr.sbin/ppp/command.c
parentda2440e8264eb599767a0926cd6bb18053d05d36 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 0b7d925e0cbd..a905f83fe8be 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -1777,8 +1777,8 @@ SetVariable(struct cmdargs const *arg)
} else
cx->physical->cfg.cd.necessity = CD_NOTREQUIRED;
} else {
- cx->physical->cfg.cd.delay = DEF_CDDELAY;
- cx->physical->cfg.cd.necessity = CD_VARIABLE;
+ cx->physical->cfg.cd.delay = 0;
+ cx->physical->cfg.cd.necessity = CD_DEFAULT;
}
break;