]> git.stg.codes - stg.git/commitdiff
rlm_stg is now "thread-unsafe".
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 5 Sep 2015 12:32:26 +0000 (15:32 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 5 Sep 2015 12:32:26 +0000 (15:32 +0300)
projects/rlm_stg/rlm_stg.c

index 1fd94f58a699fbf3b4d30acdb293e70786167b1b..98c6a02ae5ef7c368fcde6c15e540ceea274d523 100644 (file)
@@ -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 */
     {