Author: tchemineau
Date: 2010-06-28 23:00:24 +0200 (Mon, 28 Jun 2010)
New Revision: 85

Modified:
   openldap-mmr/trunk/functions
Log:
fix #237 - use correct variables when building olcSyncrepl value

Modified: openldap-mmr/trunk/functions
===================================================================
--- openldap-mmr/trunk/functions        2010-06-28 20:56:37 UTC (rev 84)
+++ openldap-mmr/trunk/functions        2010-06-28 21:00:24 UTC (rev 85)
@@ -356,7 +356,7 @@
 
   if [ -n "${syncrepl_item}" ]; then
     if [ -n "`echo -n ${syncrepl_item} | grep -E "^olcSyncrepl:: "`" ]; then
-      syncrepl_item="`echo -n $syncrepl | sed -e 's/^olcSyncrepl:: //g' | 
openssl enc -a -A -d`"
+      syncrepl_item="`echo -n $syncrepl_item | sed -e 's/^olcSyncrepl:: //g' | 
openssl enc -a -A -d`"
       syncrepl_item="`echo "olcSyncrepl: $syncrepl_item"`"
     fi
     echo "${syncrepl_item}" \

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to