s3-events: Do not vasprintf() the tevent debug messages that will not be shown
commit434bed75c43d3d7854bd9433913448810d3ff511
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Aug 2012 08:34:28 +0000 (9 18:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Aug 2012 10:14:22 +0000 (9 20:14 +1000)
tree3d64db0d5e09ab554381aa0dc222df121d3bd1fb
parent299fc7522858e2d7ee6c54310a4e157c8142c74f
s3-events: 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 (and this is the matching patch for source3).

Andrew Bartlett
source3/lib/events.c