mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Return proper error code.
Found with: clang
This commit is contained in:
parent
3b77dd00f1
commit
fa90da2be6
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