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:
Родитель
69794ad70c
Коммит
c297c8b99b
|
@ -1517,7 +1517,7 @@ out:
|
|||
static int
|
||||
gss_refresh_null(struct rpc_task *task)
|
||||
{
|
||||
return -EACCES;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static __be32 *
|
||||
|
|
Загрузка…
Ссылка в новой задаче