Skip to content
Snippets Groups Projects
Commit 32c2995e authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix last part of ITS#1710 (commented code, though)

parent 068c73b0
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,7 @@ monitor_subsys_log_modify(
goto cleanup;
}
ldap_pvt_thread_mutex_unlock( &op->o_abandonmutex );
#endif
/* check that the entry still obeys the schema */
......@@ -212,6 +213,9 @@ monitor_subsys_log_modify(
goto cleanup;
}
/*
* Do we need to protect this with a mutex?
*/
ldap_syslog = newlevel;
#if 0 /* debug rather than log */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment