Skip to content
Commit fe31ce83 authored by Dan Carpenter's avatar Dan Carpenter Committed by Anna Schumaker
Browse files

SUNRPC: Fix an error code in gss_alloc_msg()



If kstrdup_const() then this function returns zero (success) but it
should return -ENOMEM.

Fixes: ac83228a ("SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcall")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent 9c5948c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment