From 8208d7b2c207c39c3d45f96f85728c233dce126d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 31 Jul 2012 10:17:20 +1000 Subject: lib/ldb: Ensure rename target does not exist before deleting old record This is all in a transaction, but when we are handling rename errors in the repl_meta_data module, we key off the error, and do not close the transaction. We found that the old record was gone and so could not try renaming it again to a conflict DN. Andrew Bartlett --- lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb/wscript') diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 20c21b119b..2971842cee 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.8' +VERSION = '1.1.9' blddir = 'bin' -- cgit