librpc/rpc: no longer set FLAG_OBJECT_PRESENT and FLAG_BIGENDIAN for ndr_{pull,push...
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Sep 2016 19:19:28 +0000 (21:19 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:18 +0000 (11:20 +0200)
commit47221b2f95b0a548eb6980b16ff2265ee9b9af67
tree15732cbdc4e60dc4fc990d8e56ea351187b39e72
parente2f2250456e811ae7af3f81c4e2f65ecb58418e6
librpc/rpc: no longer set FLAG_OBJECT_PRESENT and FLAG_BIGENDIAN for ndr_{pull,push}_ncacn_packet()

This is no longer required, it's done inside.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/rpc/dcerpc_util.c