From b20e5eb3aab2d0c3b028e769dd126387699a8f7d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 19 Jul 2010 18:57:12 -0400 Subject: dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually represent. --- source3/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index 086534010c..4d877fb358 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2913,10 +2913,10 @@ void dcerpc_set_auth_length(DATA_BLOB *blob, uint16_t v); uint8_t dcerpc_get_endian_flag(DATA_BLOB *blob); NTSTATUS dcerpc_pull_auth_trailer(struct ncacn_packet *pkt, TALLOC_CTX *mem_ctx, - DATA_BLOB *pkt_auth_blob, + DATA_BLOB *pkt_trailer, struct dcerpc_auth *auth, uint32_t *auth_length, - bool check_pad); + bool auth_data_only); /* The following definitions come from libsmb/dsgetdcname.c */ -- cgit