diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 23:47:11 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 23:47:11 +0200 |
commit | 7c4108d49d3048d8c14e73d5f366a13ed814df8d (patch) | |
tree | fdb1f8605552c802924ee83ee020916d6540f8b9 /main.c | |
parent | 49a8c2cecb4e1a54b986d9768c8f1f912365ac8b (diff) |
use /lib/netifd as main path when dummy mode is disabled
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include "interface.h" unsigned int debug_mask = 0; -const char *main_path = "."; +const char *main_path = DEFAULT_MAIN_PATH; static char **global_argv; static void netifd_do_restart(struct uloop_timeout *timeout) |