K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-22T03:02:00.000000Z K 7 svn:log V 451 If a links LCP FSM has reached TLF and it's the last link, don't bother to re-initialise the NCPs. Instead wait for bundle_LinkClosed() to be called - IFF it actually is called. By initialising the NCPs at this point, ppp was recursing back into the fsm_Down() routing for the link, and losing track of the reason that the link was being brought down. The end result was that ``set reconnect'' would never do anything. Patiently pointed out by: ru END