aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/svcauth_gss.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_gss/svcauth_gss.c')
-rw-r--r--net/sunrpc/auth_gss/svcauth_gss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c
index c094583386fd..7a3e1758bea1 100644
--- a/net/sunrpc/auth_gss/svcauth_gss.c
+++ b/net/sunrpc/auth_gss/svcauth_gss.c
@@ -1131,6 +1131,8 @@ svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp)
1131 } 1131 }
1132 svcdata->rsci = rsci; 1132 svcdata->rsci = rsci;
1133 cache_get(&rsci->h); 1133 cache_get(&rsci->h);
1134 rqstp->rq_flavor = gss_svc_to_pseudoflavor(
1135 rsci->mechctx->mech_type, gc->gc_svc);
1134 ret = SVC_OK; 1136 ret = SVC_OK;
1135 goto out; 1137 goto out;
1136 } 1138 }