summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4757b79..02dd1e5 100644
--- a/main.c
+++ b/main.c
@@ -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)