diff options
Diffstat (limited to 'accel-pppd/auth/auth_mschap_v1.c')
-rw-r--r-- | accel-pppd/auth/auth_mschap_v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/auth/auth_mschap_v1.c b/accel-pppd/auth/auth_mschap_v1.c index 85e3037..8764dfd 100644 --- a/accel-pppd/auth/auth_mschap_v1.c +++ b/accel-pppd/auth/auth_mschap_v1.c @@ -523,4 +523,4 @@ static void auth_mschap_v1_init() log_emerg("mschap-v1: failed to register handler\n"); } -DEFINE_INIT(4, auth_mschap_v1_init); +DEFINE_INIT(5, auth_mschap_v1_init); |