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

This commit is contained in:
Pierangelo Masarati 2002-04-02 14:38:57 +00:00
parent 068c73b01f
commit 32c2995ecc

View file

@ -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 */