mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
fix last part of ITS#1710 (commented code, though)
This commit is contained in:
parent
068c73b01f
commit
32c2995ecc
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue