Add a missing `goto' statement so that this compiles yet again.
This commit is contained in:
parent
6663c3d522
commit
06cf932bcb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9359
@ -328,7 +328,7 @@ struct ip_fw *chain;
|
||||
* If global icmp flag set we will do
|
||||
* something here...later..
|
||||
*/
|
||||
return_0;
|
||||
goto return_0;
|
||||
}
|
||||
return_0:
|
||||
m_freem(m);
|
||||
|
Loading…
Reference in New Issue
Block a user