diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-01-13 11:07:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-01-14 16:39:32 +1100 |
commit | fb704d7fc1336ad73f685abd8ac454bbde8ac966 (patch) | |
tree | 017019d2163b70e746ecabea5f9af882029b58c0 /source4/lib/ldb/wscript | |
parent | 29fb42a48b29158dc77682e2f4a42ed0e961c4b2 (diff) | |
download | samba-fb704d7fc1336ad73f685abd8ac454bbde8ac966.tar.gz |
ldb: added ldb_dn_get_extended_comp_num()
this returns the number of extended components. We need this to
validate a DN in the extended_dn_in module
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 54ecc006741..b0635c5d67d 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.22' +VERSION = '0.9.23' blddir = 'bin' |