mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
After r216626 no extra { } are needed with VFS_UNLOCK_GIANT().
This commit is contained in:
parent
8dfec4a3d5
commit
644f6439f1
1 changed files with 2 additions and 2 deletions
|
|
@ -1166,9 +1166,9 @@ out:
|
|||
if (credanon != NULL)
|
||||
crfree(credanon);
|
||||
|
||||
if (error) {
|
||||
if (error)
|
||||
VFS_UNLOCK_GIANT(vfslocked);
|
||||
} else
|
||||
else
|
||||
*vfslockedp = vfslocked;
|
||||
return (error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue