From cbc0d9236982fa504c7b3f06fb94b3758a089938 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 15 Oct 1999 20:36:04 +0000 Subject: When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWN rather than CLOSE_NORMAL. --- usr.sbin/ppp/bundle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index 9992ab5..1dca617 100644 --- a/usr.sbin/ppp/bundle.c +++ b/usr.sbin/ppp/bundle.c @@ -312,7 +312,7 @@ bundle_LayerFinish(void *v, struct fsm *fp) if (bundle_Phase(bundle) != PHASE_DEAD) bundle_NewPhase(bundle, PHASE_TERMINATE); for (dl = bundle->links; dl; dl = dl->next) - datalink_Close(dl, CLOSE_NORMAL); + datalink_Close(dl, CLOSE_STAYDOWN); fsm2initial(fp); } else if (fp->proto == PROTO_LCP) { int others_active; -- cgit v1.1