提交 d6a8d891 编写于 作者: K Kozlov Dmitry

changed modules load priority

上级 8d5390ef
...@@ -444,4 +444,4 @@ static void auth_chap_md5_init() ...@@ -444,4 +444,4 @@ static void auth_chap_md5_init()
triton_event_register_handler(EV_CONFIG_RELOAD, (triton_event_func)load_config); triton_event_register_handler(EV_CONFIG_RELOAD, (triton_event_func)load_config);
} }
DEFINE_INIT(6, auth_chap_md5_init); DEFINE_INIT(4, auth_chap_md5_init);
...@@ -510,4 +510,4 @@ static void auth_mschap_v1_init() ...@@ -510,4 +510,4 @@ static void auth_mschap_v1_init()
triton_event_register_handler(EV_CONFIG_RELOAD, (triton_event_func)load_config); triton_event_register_handler(EV_CONFIG_RELOAD, (triton_event_func)load_config);
} }
DEFINE_INIT(5, auth_mschap_v1_init); DEFINE_INIT(4, auth_mschap_v1_init);
...@@ -288,4 +288,4 @@ static void auth_pap_init() ...@@ -288,4 +288,4 @@ static void auth_pap_init()
triton_event_register_handler(EV_CONFIG_RELOAD, (triton_event_func)load_config); triton_event_register_handler(EV_CONFIG_RELOAD, (triton_event_func)load_config);
} }
DEFINE_INIT(7, auth_pap_init); DEFINE_INIT(4, auth_pap_init);
...@@ -275,5 +275,5 @@ static void ippool_init(void) ...@@ -275,5 +275,5 @@ static void ippool_init(void)
ipdb_register(&ipdb); ipdb_register(&ipdb);
} }
DEFINE_INIT(101, ippool_init); DEFINE_INIT(51, ippool_init);
...@@ -204,5 +204,5 @@ static void ippool_init(void) ...@@ -204,5 +204,5 @@ static void ippool_init(void)
ipdb_register(&ipdb); ipdb_register(&ipdb);
} }
DEFINE_INIT(101, ippool_init); DEFINE_INIT(51, ippool_init);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册