size_t count = 0;
count += toVPS(result.modify, &request->config_items);
+ pairfree(&request->reply->vps);
count += toVPS(result.reply, &request->reply->vps);
deletePairs(result.modify);
module_t rlm_stg = {
RLM_MODULE_INIT,
"stg",
- RLM_TYPE_THREAD_SAFE, /* type */
+ RLM_TYPE_THREAD_UNSAFE, /* type */
stg_instantiate, /* instantiation */
stg_detach, /* detach */
{