From 23a5120d14444eea0a5c66066aa57c36f636b534 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 28 Aug 1996 06:42:27 +0000 Subject: [PATCH] fix link problem --- pppd/sys-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /******************************************************************** -- 2.39.2