From 32c2995ecc56919584a9d3175627966d9ec1315f Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 2 Apr 2002 14:38:57 +0000 Subject: [PATCH] fix last part of ITS#1710 (commented code, though) --- servers/slapd/back-monitor/log.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers/slapd/back-monitor/log.c b/servers/slapd/back-monitor/log.c index fe5a081932..2a74e1354a 100644 --- a/servers/slapd/back-monitor/log.c +++ b/servers/slapd/back-monitor/log.c @@ -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 */ -- 2.39.5