From 2fddb30eb177339eba6c1d64c3aea934704e5faf Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 5 Sep 2015 15:32:26 +0300 Subject: [PATCH] rlm_stg is now "thread-unsafe". --- projects/rlm_stg/rlm_stg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rlm_stg/rlm_stg.c b/projects/rlm_stg/rlm_stg.c index 1fd94f58..98c6a02a 100644 --- a/projects/rlm_stg/rlm_stg.c +++ b/projects/rlm_stg/rlm_stg.c @@ -385,7 +385,7 @@ static int stg_detach(void* instance) module_t rlm_stg = { RLM_MODULE_INIT, "stg", - RLM_TYPE_THREAD_SAFE, /* type */ + RLM_TYPE_THREAD_UNSAFE, /* type */ stg_instantiate, /* instantiation */ stg_detach, /* detach */ { -- 2.43.2