correct style bogons

This commit is contained in:
Sam Leffler 2002-12-30 18:45:31 +00:00
parent 9255f32701
commit 069f35d328
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108461

View File

@ -862,11 +862,9 @@ badport_bandlim(int which)
* rate-limited traffic print the message. This preserves
* the previous behaviour at the expense of added complexity.
*/
if (icmplim_output && opps > icmplim) {
if (icmplim_output && opps > icmplim)
printf("Limiting %s from %d to %d packets/sec\n",
r->type, opps, icmplim
);
}
r->type, opps, icmplim);
}
return 0; /* okay to send packet */
#undef N