s3:cli_pipe: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update() dance
authorStefan Metzmacher <metze@samba.org>
Sat, 13 May 2017 22:28:50 +0000 (00:28 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 21 May 2017 19:05:09 +0000 (21:05 +0200)
commit15a7f961da9c314e182d774842f9d8c044704a65
tree0c738e61450e8e49515970637779bf19c9747718
parent39b0ba4f9648fe4137e66869974ed560f633df8d
s3:cli_pipe: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update() dance

Most features should be added before the update() dance, while
GENSEC_FEATURE_SIGN_PKT_HEADER needs to be after the dance on the client
side.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_client/cli_pipe.c