summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI/pyldb-util-1.1.9.sigs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-31 10:17:20 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-31 14:15:29 +0200
commit8208d7b2c207c39c3d45f96f85728c233dce126d (patch)
tree541aa4eedef8c6a964d3227ba0f6c2101cb01b8f /lib/ldb/ABI/pyldb-util-1.1.9.sigs
parent221cd524e31fce5efa2de179074cfe97bf2c909c (diff)
downloadsamba-8208d7b2c207c39c3d45f96f85728c233dce126d.tar.gz
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
Diffstat (limited to 'lib/ldb/ABI/pyldb-util-1.1.9.sigs')
-rw-r--r--lib/ldb/ABI/pyldb-util-1.1.9.sigs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/ABI/pyldb-util-1.1.9.sigs b/lib/ldb/ABI/pyldb-util-1.1.9.sigs
new file mode 100644
index 00000000000..74d6719d2bc
--- /dev/null
+++ b/lib/ldb/ABI/pyldb-util-1.1.9.sigs
@@ -0,0 +1,2 @@
+pyldb_Dn_FromDn: PyObject *(struct ldb_dn *)
+pyldb_Object_AsDn: bool (TALLOC_CTX *, PyObject *, struct ldb_context *, struct ldb_dn **)