diff options
author | Simo Sorce <idra@samba.org> | 2010-07-19 18:57:12 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-20 08:28:19 -0400 |
commit | b20e5eb3aab2d0c3b028e769dd126387699a8f7d (patch) | |
tree | 3a6b5840699d87ac8069881fd999d1629e2a2d8a /source3 | |
parent | 2a8399f7ce676e7e4fa70e8f8f04ba2876350695 (diff) | |
download | samba-b20e5eb3aab2d0c3b028e769dd126387699a8f7d.tar.gz samba-b20e5eb3aab2d0c3b028e769dd126387699a8f7d.tar.bz2 samba-b20e5eb3aab2d0c3b028e769dd126387699a8f7d.zip |
dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually represent.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |