X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fccp.c;fp=pppd%2Fccp.c;h=54fc743e2a702fdc68051d2f25335c185ff6186f;hp=2941de5f7a5c79b72a603153866442850bcfdedb;hb=1aa145faffde86065d6ae1af4041d185c7733342;hpb=33ec2ebb02d53e28f1b20c46652b882b34732ae4 diff --git a/pppd/ccp.c b/pppd/ccp.c index 2941de5..54fc743 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -25,7 +25,7 @@ * OR MODIFICATIONS. */ -#define RCSID "$Id: ccp.c,v 1.38 2002/07/10 20:04:35 kad Exp $" +#define RCSID "$Id: ccp.c,v 1.39 2002/09/01 12:00:15 dfs Exp $" #include #include @@ -1421,7 +1421,7 @@ ccp_up(f) if (go->mppe) { BZERO(mppe_recv_key, MPPE_MAX_KEY_LEN); BZERO(mppe_send_key, MPPE_MAX_KEY_LEN); - start_networks(f->unit); /* Bring up IP et al */ + continue_networks(f->unit); /* Bring up IP et al */ } #endif }