X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-linux.c;h=95846db6542c682166f752538d6872c2c1042c37;hp=946380709588b11692b2cd8588c8fb6cddd4fe1c;hb=f291d105e6c976934264e9c72acf1415e2a5e1c7;hpb=9c6dee6df51dbf3da3dbc289eab479921ec3c662 diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index 9463807..95846db 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include @@ -2371,7 +2372,7 @@ restore_loop(void) /* * Reconfigure the IP addresses for the demand dial system. */ - ip_demand_conf (0); + (void) (ipcp_protent.demand_conf) (0); } /********************************************************************