]> git.ozlabs.org Git - ppp.git/commitdiff
fix link problem
authorPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:42:27 +0000 (06:42 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:42:27 +0000 (06:42 +0000)
pppd/sys-linux.c

index 946380709588b11692b2cd8588c8fb6cddd4fe1c..425662dc14061a83d3a37eb2dca8ca1b84f15581 100644 (file)
@@ -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);
   }
 
 /********************************************************************