SUNRPC: do not fail gss proc NULL calls with EACCES
Otherwise RPCSEC_GSS_DESTROY messages are not sent. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
69794ad70c
commit
c297c8b99b
1 changed files with 1 additions and 1 deletions
|
@ -1517,7 +1517,7 @@ gss_refresh(struct rpc_task *task)
|
|||
static int
|
||||
gss_refresh_null(struct rpc_task *task)
|
||||
{
|
||||
return -EACCES;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static __be32 *
|
||||
|
|
Loading…
Reference in a new issue