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:
Andy Adamson 2013-11-20 13:00:17 -05:00 committed by Trond Myklebust
parent 69794ad70c
commit c297c8b99b
1 changed files with 1 additions and 1 deletions

View File

@ -1517,7 +1517,7 @@ out:
static int
gss_refresh_null(struct rpc_task *task)
{
return -EACCES;
return 0;
}
static __be32 *