From b1595f40c506bb180758b5ee60122de5e29e0ccd Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 20 Feb 2011 15:23:27 +0300 Subject: 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 --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/wscript') 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' -- cgit