diff options
Diffstat (limited to 'usr.sbin/ppp/mp.c')
| -rw-r--r-- | usr.sbin/ppp/mp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index d022b1befe4e..1ed684699b99 100644 --- a/usr.sbin/ppp/mp.c +++ b/usr.sbin/ppp/mp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.c,v 1.1.2.29 1998/05/15 18:21:41 brian Exp $ + * $Id: mp.c,v 1.2 1998/05/21 21:47:05 brian Exp $ */ #include <sys/types.h> @@ -272,6 +272,7 @@ mp_Up(struct mp *mp, struct datalink *dl) ipcp_SetLink(&mp->bundle->ncp.ipcp, &mp->link); /* Our lcp's already up 'cos of the NULL parent */ + ccp_SetOpenMode(&mp->link.ccp); fsm_Up(&mp->link.ccp.fsm); fsm_Open(&mp->link.ccp.fsm); |
