diff options
Diffstat (limited to 'net/sunrpc/auth_gss/svcauth_gss.c')
-rw-r--r-- | net/sunrpc/auth_gss/svcauth_gss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index d091d7d09bea..bcb773781ec0 100644 --- a/net/sunrpc/auth_gss/svcauth_gss.c +++ b/net/sunrpc/auth_gss/svcauth_gss.c | |||
@@ -1202,7 +1202,7 @@ svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp) | |||
1202 | } | 1202 | } |
1203 | svcdata->rsci = rsci; | 1203 | svcdata->rsci = rsci; |
1204 | cache_get(&rsci->h); | 1204 | cache_get(&rsci->h); |
1205 | rqstp->rq_flavor = gss_svc_to_pseudoflavor( | 1205 | rqstp->rq_cred.cr_flavor = gss_svc_to_pseudoflavor( |
1206 | rsci->mechctx->mech_type, gc->gc_svc); | 1206 | rsci->mechctx->mech_type, gc->gc_svc); |
1207 | ret = SVC_OK; | 1207 | ret = SVC_OK; |
1208 | goto out; | 1208 | goto out; |