1326
1326
tgt= real_value_ptr(session, var->type);
1328
1328
if (!(plugin_var->flags & PLUGIN_VAR_SessionLOCAL) || var->type == OPT_GLOBAL)
1330
1330
/* variable we are updating has global scope, so we unlock after updating */
1331
1331
plugin_var->update(session, plugin_var, tgt, &var->save_result);
1337
1337
plugin_var->update(session, plugin_var, tgt, &var->save_result);