From 42035d1159718a39bd00a3289300c91ec62ecf50 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 6 Dec 2019 13:40:00 +0100 Subject: [PATCH] build: messaging.c uses talloc_report_printf() This used to be talloc_report_str() Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source4/lib/messaging/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )