diff options
author | Simo Sorce <idra@samba.org> | 2010-08-02 10:03:04 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-08-17 06:33:13 -0400 |
commit | 72a0098415c1d676a77a032c0f5fda90e9c1b905 (patch) | |
tree | c18f39704bf434e61e3004fa99d63f6c87c9c3ec /source3/librpc | |
parent | 558320cf582a5ebc50af28061f5e33f7e4158fba (diff) | |
download | samba-72a0098415c1d676a77a032c0f5fda90e9c1b905.tar.gz samba-72a0098415c1d676a77a032c0f5fda90e9c1b905.tar.bz2 samba-72a0098415c1d676a77a032c0f5fda90e9c1b905.zip |
s3-dcerpc: Pull packet in the caller, before validation
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc_helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc_helpers.c b/source3/librpc/rpc/dcerpc_helpers.c index f8ca8e6276..b658579d19 100644 --- a/source3/librpc/rpc/dcerpc_helpers.c +++ b/source3/librpc/rpc/dcerpc_helpers.c @@ -93,6 +93,7 @@ NTSTATUS dcerpc_push_ncacn_packet(TALLOC_CTX *mem_ctx, * elements * @param blob The blob of data to decode * @param r An empty ncacn_packet, must not be NULL +* @param bigendian Whether the packet is bignedian encoded * * @return a NTSTATUS error code */ |