1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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>
This commit is contained in:
Volker Lendecke 2019-12-06 13:40:00 +01:00 committed by Jeremy Allison
parent 63600b4f78
commit 42035d1159

View File

@ -18,7 +18,7 @@ bld.SAMBA_LIBRARY('MESSAGING',
dcerpc dcerpc
messages_util messages_util
server_id_db server_id_db
talloc_report talloc_report_printf
''', ''',
private_library=True private_library=True
) )