diff options
author | Matthieu Patou <mat@matws.net> | 2011-02-20 15:23:27 +0300 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2011-02-21 10:55:59 +0300 |
commit | b1595f40c506bb180758b5ee60122de5e29e0ccd (patch) | |
tree | f2db757c55607ce75e7c46bd8657e850a232470d /source4/lib/ldb/wscript | |
parent | 82fa772fa2dd6209d822ce0769364809233b9db7 (diff) | |
download | samba-b1595f40c506bb180758b5ee60122de5e29e0ccd.tar.gz samba-b1595f40c506bb180758b5ee60122de5e29e0ccd.tar.bz2 samba-b1595f40c506bb180758b5ee60122de5e29e0ccd.zip |
ldb: controls marshalling/unmarshalling improvement
Add a function to marshall a control to a string
Refactor the code of ldb_control_parse_strings to allow to extract the
core code into ldb_control_parse_from_string so that this function can
be called for just 1 string
Diffstat (limited to 'source4/lib/ldb/wscript')
-rwxr-xr-x | 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 69d8725179..a0b92d57d6 100755 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.0.1' +VERSION = '1.0.2' blddir = 'bin' |