summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/pppd-plugin.c2
1 files changed, 2 insertions, 0 deletions
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);