From: Paul Mackerras Date: Wed, 28 Aug 1996 06:42:27 +0000 (+0000) Subject: fix link problem X-Git-Tag: RELEASE_2_3_6~353 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=23a5120d14444eea0a5c66066aa57c36f636b534;ds=sidebyside fix link problem --- diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index 9463807..425662d 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -2371,7 +2371,7 @@ restore_loop(void) /* * Reconfigure the IP addresses for the demand dial system. */ - ip_demand_conf (0); + (void) (ipcp_protent.demand_conf) (0); } /********************************************************************