summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-12-06 13:40:00 +0100
committerJeremy Allison <jra@samba.org>2019-12-08 20:24:31 +0000
commit42035d1159718a39bd00a3289300c91ec62ecf50 (patch)
tree2fa98dd769307fc08ea244d7b1c4ebffe13904b8 /source4/lib
parent63600b4f7841e0a81e40599947dbc62e07078aa2 (diff)
downloadsamba-42035d1159718a39bd00a3289300c91ec62ecf50.tar.gz
build: messaging.c uses talloc_report_printf()
This used to be talloc_report_str() Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/messaging/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build
index 1b37855993d..3408396ebd0 100644
--- a/source4/lib/messaging/wscript_build
+++ b/source4/lib/messaging/wscript_build
@@ -18,7 +18,7 @@ bld.SAMBA_LIBRARY('MESSAGING',
dcerpc
messages_util
server_id_db
- talloc_report
+ talloc_report_printf
''',
private_library=True
)