From: Pierangelo Masarati Date: Tue, 2 Apr 2002 14:38:57 +0000 (+0000) Subject: fix last part of ITS#1710 (commented code, though) X-Git-Tag: OPENLDAP_REL_ENG_2_MP~264 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32c2995ecc56919584a9d3175627966d9ec1315f;p=openldap fix last part of ITS#1710 (commented code, though) --- 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 */