summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-01-17 13:11:08 +1100
committerAndrew Tridgell <tridge@samba.org>2011-01-17 05:23:04 +0100
commit633c3e8da5a3a5ee1b61f9045c7dedb39bbb668a (patch)
tree2b5f62f3a3704cfb62f886aa7355b4db1348998f /source4/lib/ldb/wscript
parentf334cd22101b7ce32b3382fc4d048eadd7385f2e (diff)
downloadsamba-633c3e8da5a3a5ee1b61f9045c7dedb39bbb668a.tar.gz
samba-633c3e8da5a3a5ee1b61f9045c7dedb39bbb668a.tar.bz2
samba-633c3e8da5a3a5ee1b61f9045c7dedb39bbb668a.zip
ldb: added ldb_req_mark_trusted()
this is used to mark a ldb child request trusted, if the caller has validated all inputs. This will be used when creating new child requests with trusted inputs. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r--source4/lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index b0635c5d67..81d2adcfd3 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '0.9.23'
+VERSION = '0.9.24'
blddir = 'bin'