Add a missing `goto' statement so that this compiles yet again.

This commit is contained in:
Gary Palmer 1995-06-28 13:22:36 +00:00
parent 6663c3d522
commit 06cf932bcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9359

View File

@ -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);