Friday, November 22, 2013

[389-commits] Branch '389-ds-base-1.3.2' - ldap/servers

ldap/servers/plugins/retrocl/retrocl.c | 1 +
1 file changed, 1 insertion(+)

New commits:
commit f4d5900579c773e5cf4b69eaeba6104078512ab0
Author: Rich Megginson <rmeggins@redhat.com>
Date: Fri Nov 22 16:51:55 2013 -0700

Ticket 47599 - Reduce lock scope in retro changelog plug-in

Description: Forgot to add definition of retrocl_cn_lock

https://fedorahosted.org/389/ticket/47599

Reviewed by: richm(Thanks!!)
(cherry picked from commit b330876a1bccd93a8e906ac56a10c002c981ecfc)

diff --git a/ldap/servers/plugins/retrocl/retrocl.c b/ldap/servers/plugins/retrocl/retrocl.c
index 6148c02..1b77ecf 100644
--- a/ldap/servers/plugins/retrocl/retrocl.c
+++ b/ldap/servers/plugins/retrocl/retrocl.c
@@ -77,6 +77,7 @@ void* g_plg_identity [PLUGIN_MAX];

Slapi_Backend *retrocl_be_changelog = NULL;
PRLock *retrocl_internal_lock = NULL;
+Slapi_RWLock *retrocl_cn_lock;
int retrocl_nattributes = 0;
char **retrocl_attributes = NULL;
char **retrocl_aliases = NULL;


--
389 commits mailing list
389-commits@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-commits

No comments:

Post a Comment