diff options
Diffstat (limited to 'net/sunrpc/auth_gss')
| -rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index be8f103d22fd..0fc397fae42b 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c @@ -517,7 +517,7 @@ gss_alloc_msg(struct gss_auth *gss_auth,  		err = gss_encode_v1_msg(gss_msg, service_name, gss_auth->target_name);  		if (err)  			goto err_put_pipe_version; -	}; +	}  	kref_get(&gss_auth->kref);  	return gss_msg;  err_put_pipe_version: |