From ed818c906f79faa633834f44b2e54916a59e579e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 2 Jan 2009 22:51:16 +0100 Subject: The path_ifup[] and path_ifdown[] are Debian specific --- scripts/pppd-plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/pppd-plugin.c b/scripts/pppd-plugin.c index 2dfdabc2..e8bae0e1 100644 --- a/scripts/pppd-plugin.c +++ b/scripts/pppd-plugin.c @@ -67,8 +67,10 @@ int plugin_init(void); int plugin_init(void) { +#if 0 path_ipup[0] = '\0'; path_ipdown[0] = '\0'; +#endif add_notifier(&phasechange, notifier_phasechange, NULL); add_notifier(&exitnotify, notifier_exit, NULL); -- cgit v1.2.3