The path_ifup[] and path_ifdown[] are Debian specific
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Jan 2009 21:51:16 +0000 (22:51 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Jan 2009 21:51:16 +0000 (22:51 +0100)
scripts/pppd-plugin.c

index 2dfdabc..e8bae0e 100644 (file)
@@ -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);