summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-10-14 13:49:01 +1300
committerAndrew Bartlett <abartlet@samba.org>2015-10-26 05:11:21 +0100
commit1c02f2801ecd05df23730eea2b6e162f4d5186f1 (patch)
tree2a7584c1be4f76ea55761ab1cf3d60cf3c3582c2 /lib/ldb/wscript
parentffe8090c898ac649b132fbfc7d79965dd98ff6c1 (diff)
downloadsamba-1c02f2801ecd05df23730eea2b6e162f4d5186f1.tar.gz
ldb: Fix python bindings to accept a string as a DNldb-1.1.22
This fixes add_base(), add_child() and is_child_of(). This removes a toally incorrect cast of struct ldb_dn to struct ldb_context. A helper routine is used instead Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'lib/ldb/wscript')
-rwxr-xr-xlib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 0996f516975..70b84cbe065 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.1.21'
+VERSION = '1.1.22'
blddir = 'bin'