]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
With winbind stuff, it's no longer HUP-safe
authorAlan T. DeKok <aland@freeradius.org>
Sat, 6 Jun 2015 13:31:28 +0000 (09:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 6 Jun 2015 13:31:28 +0000 (09:31 -0400)
src/modules/rlm_mschap/rlm_mschap.c

index 6d7be374cbd520688f571ce9d5c728bd9dc825fb..30417133a6c7bcaf05ec3609e61c8d4991705f2f 100644 (file)
@@ -1988,7 +1988,7 @@ extern module_t rlm_mschap;
 module_t rlm_mschap = {
        .magic          = RLM_MODULE_INIT,
        .name           = "mschap",
-       .type           = RLM_TYPE_THREAD_SAFE | RLM_TYPE_HUP_SAFE,
+       .type           = 0,
        .inst_size      = sizeof(rlm_mschap_t),
        .config         = module_config,
        .bootstrap      = mod_bootstrap,