summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
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 0b7d925..a905f83 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;
OpenPOWER on IntegriCloud