From 73f0cb5278e714740d0de75e6b0d0bf4c815491a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Aug 2012 19:40:45 +1000 Subject: lib/ldb: Do not vasprintf() the tevent debug messages that will not be shown This malloc() and free() actually shows up quite high on a call profile of provision of the AD DC. This allows the debug handler to decide if the argument list should be printed. Andrew Bartlett --- lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb/wscript') diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 2971842cee..611eebfc89 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.9' +VERSION = '1.1.10' blddir = 'bin' -- cgit