mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
ip_output(): style
Reviewed by: glebius Sponsored by: NVidia networking MFC after: 1 week Differential revision: https://reviews.freebsd.org/D49305
This commit is contained in:
parent
edc1fba05e
commit
394605c057
1 changed files with 1 additions and 1 deletions
|
|
@ -859,7 +859,7 @@ sendit:
|
|||
|
||||
done:
|
||||
return (error);
|
||||
bad:
|
||||
bad:
|
||||
m_freem(m);
|
||||
goto done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue