This email list is read-only. Emails sent to this list will be discarded ---------------------------------- scripts/pppd-plugin.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
New commits: commit ed818c906f79faa633834f44b2e54916a59e579e Author: Marcel Holtmann <[email protected]> Date: Fri Jan 2 22:51:16 2009 +0100 The path_ifup[] and path_ifdown[] are Debian specific Diff in this email is a maximum of 400 lines. diff --git a/scripts/pppd-plugin.c b/scripts/pppd-plugin.c index 2dfdabc..e8bae0e 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); _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
