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
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ bad_packet:
* If global icmp flag set we will do
* something here...later..
*/
return_0;
goto return_0;
}
return_0:
m_freem(m);