summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-02 22:51:16 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-02 22:51:16 +0100
commited818c906f79faa633834f44b2e54916a59e579e (patch)
treeab999ad05f1fc000ed082c09f55477a8f052ac47 /scripts
parent788f462b1eab20aaa15929f6a6d0f404084ee3b8 (diff)
downloadconnman-ed818c906f79faa633834f44b2e54916a59e579e.tar.gz
connman-ed818c906f79faa633834f44b2e54916a59e579e.tar.bz2
connman-ed818c906f79faa633834f44b2e54916a59e579e.zip
The path_ifup[] and path_ifdown[] are Debian specific
Diffstat (limited to 'scripts')
-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);