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:
parent
74b359c616
commit
11054a699a
@ -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; \
|
||||
} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user