diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-07 19:12:16 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-07 19:12:16 +0100 |
commit | 8aabd47c6f4fefc8fbd70c34a738f7c26956d8cd (patch) | |
tree | c5f812515e91e8a3ed26d80ea0baa319e4eef99f /proto-shell.c | |
parent | 145b4bdae4e71d8d304623372cf7a1e511bfe3d4 (diff) |
proto-shell: defer init until after command line option processing
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'proto-shell.c')
-rw-r--r-- | proto-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-shell.c b/proto-shell.c index 37859f4..9041045 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -769,7 +769,7 @@ proto_shell_add_handler(const char *script, const char *name, json_object *obj) add_proto_handler(proto); } -static void __init proto_shell_init(void) +void proto_shell_init(void) { proto_fd = netifd_open_subdir("proto"); if (proto_fd < 0) |