]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/rlm_stg.c
rlm_stg is now "thread-unsafe".
[stg.git] / 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 */
     {