|
@@ -1092,6 +1092,8 @@ svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp)
|
|
}
|
|
}
|
|
goto complete;
|
|
goto complete;
|
|
case RPC_GSS_PROC_DESTROY:
|
|
case RPC_GSS_PROC_DESTROY:
|
|
|
|
+ if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq))
|
|
|
|
+ goto auth_err;
|
|
set_bit(CACHE_NEGATIVE, &rsci->h.flags);
|
|
set_bit(CACHE_NEGATIVE, &rsci->h.flags);
|
|
if (resv->iov_len + 4 > PAGE_SIZE)
|
|
if (resv->iov_len + 4 > PAGE_SIZE)
|
|
goto drop;
|
|
goto drop;
|