git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
852b085
)
rlm_stg is now "thread-unsafe".
author
Maxim Mamontov
<faust.madf@gmail.com>
Sat, 5 Sep 2015 12:32:26 +0000
(15:32 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Sat, 5 Sep 2015 12:32:26 +0000
(15:32 +0300)
projects/rlm_stg/rlm_stg.c
patch
|
blob
|
history
diff --git
a/projects/rlm_stg/rlm_stg.c
b/projects/rlm_stg/rlm_stg.c
index 1fd94f58a699fbf3b4d30acdb293e70786167b1b..98c6a02ae5ef7c368fcde6c15e540ceea274d523 100644
(file)
--- 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_
UN
SAFE, /* type */
stg_instantiate, /* instantiation */
stg_detach, /* detach */
{