]> git.sur5r.net Git - openldap/commitdiff
fix last part of ITS#1710 (commented code, though)
authorPierangelo Masarati <ando@openldap.org>
Tue, 2 Apr 2002 14:38:57 +0000 (14:38 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 2 Apr 2002 14:38:57 +0000 (14:38 +0000)
servers/slapd/back-monitor/log.c

index fe5a0819327fae89b8e79fb13aef7c89488113cc..2a74e1354af2db6c2da46b519bbbf214e9fa5b48 100644 (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 */