diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-09 19:40:45 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-09 20:14:23 +1000 |
commit | 73f0cb5278e714740d0de75e6b0d0bf4c815491a (patch) | |
tree | fa5df779ed79dbf17ff30d647963e9c98d990f0b /lib/ldb/wscript | |
parent | 7e562cf3eb8d8aabf9b5d62a92e67221e4f07e3a (diff) | |
download | samba-73f0cb5278e714740d0de75e6b0d0bf4c815491a.tar.gz samba-73f0cb5278e714740d0de75e6b0d0bf4c815491a.tar.bz2 samba-73f0cb5278e714740d0de75e6b0d0bf4c815491a.zip |
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
Diffstat (limited to 'lib/ldb/wscript')
-rwxr-xr-x | lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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' |