1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +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
messages_util
server_id_db
talloc_report
talloc_report_printf
''',
private_library=True
)