MFC r202971:

Return proper error code.

Found with:	clang
This commit is contained in:
Edward Tomasz Napierala 2010-04-19 18:22:21 +00:00
parent 6867f97625
commit 49ea01c1ce

View file

@ -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);
}
/*