Remove some empty lines to make it more readable
[connman] / scripts / pppd-plugin.c
index 232d58a..e8bae0e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2008  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2009  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
@@ -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);