From d6a8d89121fe5496d3d0fd9512ab123d8685ff58 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 31 Jan 2012 20:44:43 +0400 Subject: changed modules load priority --- accel-pppd/auth/auth_mschap_v1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/auth/auth_mschap_v1.c') diff --git a/accel-pppd/auth/auth_mschap_v1.c b/accel-pppd/auth/auth_mschap_v1.c index ffe0200..b8dd6cc 100644 --- a/accel-pppd/auth/auth_mschap_v1.c +++ b/accel-pppd/auth/auth_mschap_v1.c @@ -510,4 +510,4 @@ static void auth_mschap_v1_init() 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); -- cgit v1.2.3