Hi, The below diff is against upstream git repo
git://git.ozlabs.org/~paulus/ppp.git on Tue, 24 Aug 2010 16:44:43 +0930 diff --git a/pppd/auth.c b/pppd/auth.c index fb71944..62648b8 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -669,8 +669,11 @@ link_terminated(unit) (*the_channel->cleanup)(); if (doing_multilink && multilink_master) { - if (!bundle_terminating) + if (!bundle_terminating) { new_phase(PHASE_MASTER); + if (!detached) + detach(); + } else mp_bundle_terminated(); } else -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org