s3:librpc: remove bigendian argument from dcerpc_pull_ncacn_packet()
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Oct 2015 11:16:05 +0000 (12:16 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:13 +0000 (11:20 +0200)
commit1bfba2c5161c0e27f8c27301f258360aedf1b018
treebe10acf54cdcad7efe658ffc547e4d8b002189f0
parent3c6781ee4e1990c4e9700f2e8bb228ebeec340e9
s3:librpc: remove bigendian argument from dcerpc_pull_ncacn_packet()

We should get this from the packet itself.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/librpc/rpc/dcerpc.h
source3/librpc/rpc/dcerpc_helpers.c
source3/rpc_client/cli_pipe.c