1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

librpc: dump correct ndr_syntax_id on VT check failure

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
David Disseldorp 2014-03-24 16:46:07 +01:00 committed by Jeremy Allison
parent 74b359c616
commit 11054a699a

View File

@ -527,7 +527,7 @@ do { \
TALLOC_CTX *frame = talloc_stackframe(); \
DEBUG(10, ("SEC_VT check %s failed: %s vs. %s\n", msg, \
ndr_syntax_id_to_string(frame, &s1), \
ndr_syntax_id_to_string(frame, &s1))); \
ndr_syntax_id_to_string(frame, &s2))); \
TALLOC_FREE(frame); \
return false; \
} \