mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct typo after manual patching.
Noticed by: b. f.
This commit is contained in:
parent
1e8a101ef2
commit
fdc63f4908
1 changed files with 1 additions and 1 deletions
|
|
@ -1686,7 +1686,7 @@ out:
|
|||
if (dirp) {
|
||||
vn_lock(dirp, LK_EXCLUSIVE | LK_RETRY);
|
||||
diraft_ret = VOP_GETATTR(dirp, &diraft, cred);
|
||||
vput(drip);
|
||||
vput(dirp);
|
||||
}
|
||||
ereply:
|
||||
nfsm_reply(NFSX_SRVFH(1) + NFSX_POSTOPATTR(1) + NFSX_WCCDATA(1));
|
||||
|
|
|
|||
Loading…
Reference in a new issue