mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r202971:
Return proper error code. Found with: clang
This commit is contained in:
parent
6867f97625
commit
49ea01c1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue