mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove redundant assignment.
MFC after: 3 days
This commit is contained in:
parent
a4316b2ce0
commit
fcc7888f82
1 changed files with 0 additions and 2 deletions
|
|
@ -1198,8 +1198,6 @@ zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, int *extflagsp,
|
|||
* which we have to use here, because only this file system
|
||||
* has mnt_export configured.
|
||||
*/
|
||||
vfsp = zfsvfs->z_parent->z_vfs;
|
||||
|
||||
return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp,
|
||||
credanonp, numsecflavors, secflavors));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue