Return proper error code.

Found with:	clang
This commit is contained in:
Edward Tomasz Napierala 2010-01-25 16:09:50 +00:00
parent 3b77dd00f1
commit fa90da2be6

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