s3:rpc_server: remove pad handling from api_pipe_alter_context()
commit9ab5872439acd7a7de6a6ee319e997313d02586c
authorStefan Metzmacher <metze@samba.org>
Fri, 19 Jun 2015 20:09:57 +0000 (19 22:09 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 11 Jul 2015 19:59:25 +0000 (11 21:59 +0200)
tree048ba81bb02f0ede8afb83018bb3cecaa2a91d50
parentc17dd15bb8b7933d86525943dd14f86190311a99
s3:rpc_server: remove pad handling from api_pipe_alter_context()

This is not needed and windows doesn't use it.
The padding is for the payload in request and response.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11061

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit a6a6795826954eef6763a39b129a4db578edca01)
source3/rpc_server/srv_pipe.c