Return proper error code.
Found with: clang
This commit is contained in:
parent
3b77dd00f1
commit
fa90da2be6
@ -465,7 +465,7 @@ ufs_setacl_nfs4(struct vop_setacl_args *ap)
|
||||
|
||||
error = ufs_setacl_nfs4_internal(ap->a_vp, ap->a_aclp, ap->a_td);
|
||||
|
||||
return (0);
|
||||
return (error);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user