Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c297c8b9 authored by Andy Adamson's avatar Andy Adamson Committed by Trond Myklebust
Browse files

SUNRPC: do not fail gss proc NULL calls with EACCES



Otherwise RPCSEC_GSS_DESTROY messages are not sent.

Signed-off-by: default avatarAndy Adamson <andros@netapp.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 69794ad7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1517,7 +1517,7 @@ out:
static int
gss_refresh_null(struct rpc_task *task)
{
	return -EACCES;
	return 0;
}

static __be32 *