From a1fd1a4c65fe0cfe71ecad96702a037cf6a16143 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 3 Jan 2012 15:48:01 +1100 Subject: s3-librpc store the sign/seal flags we got in the gssapi client Signed-off-by: Stefan Metzmacher --- source3/librpc/crypto/gse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 */ -- cgit