X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fauth.c;h=e435e6c7fea0d540e875f05a6cdf26f051f0f9b2;hb=98b641cbee0c4489e83320962ddf652eb9070f03;hp=92fe82d9cac8e56fc64405a4c1f3641ecc951f36;hpb=f482dc10721044d7ffe4cbc2e78f7ea93b1040e0;p=ppp.git diff --git a/pppd/auth.c b/pppd/auth.c index 92fe82d..e435e6c 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -68,7 +68,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: auth.c,v 1.104 2005/07/09 05:49:44 paulus Exp $" +#define RCSID "$Id: auth.c,v 1.105 2005/07/12 01:07:59 paulus Exp $" #include #include @@ -526,11 +526,18 @@ set_permitted_number(argv) /* * An Open on LCP has requested a change from Dead to Establish phase. - * Do what's necessary to bring the physical layer up. */ void link_required(unit) int unit; +{ +} + +/* + * Bring the link up to the point of being able to do ppp. + */ +void start_link(unit) + int unit; { char *msg;