diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-03 15:48:01 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-05 17:17:28 +0100 |
commit | a1fd1a4c65fe0cfe71ecad96702a037cf6a16143 (patch) | |
tree | 00dac76711f66f3ceca0f2cc420fd21ae441f08b /source3/librpc/crypto | |
parent | 860ad734ba77238d187520f72afcbdc1c73d94ef (diff) | |
download | samba-a1fd1a4c65fe0cfe71ecad96702a037cf6a16143.tar.gz samba-a1fd1a4c65fe0cfe71ecad96702a037cf6a16143.tar.xz samba-a1fd1a4c65fe0cfe71ecad96702a037cf6a16143.zip |
s3-librpc store the sign/seal flags we got in the gssapi client
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc/crypto')
-rw-r--r-- | source3/librpc/crypto/gse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 0f97978256..c7dfc39938 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -326,7 +326,7 @@ NTSTATUS gse_get_client_auth_token(TALLOC_CTX *mem_ctx, gse_ctx->gss_c_flags, 0, GSS_C_NO_CHANNEL_BINDINGS, &in_data, NULL, &out_data, - NULL, NULL); + &gse_ctx->ret_flags, NULL); switch (gss_maj) { case GSS_S_COMPLETE: /* we are done with it */ |