mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Fix typo in last commit.
Approved by: rwatson
This commit is contained in:
parent
f468e837a1
commit
73fddedac8
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ out:
|
|||
INP_UNLOCK(inp);
|
||||
if (!unlocked)
|
||||
INP_INFO_WUNLOCK(&tcbinfo);
|
||||
return (error):
|
||||
return (error);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue