Peter Johnson found another log() call without a trailing newline.
All three of them have been introduced in rev 1.64, so i guess i've got all of them now. :) Submitted by: Peter Johnson <locke@mcs.net>
This commit is contained in:
parent
fbd94b449d
commit
74b3c1ba9b
@ -468,7 +468,7 @@ arpintr()
|
||||
|
||||
if (ml < sizeof(struct arphdr) + 2 * ar->ar_hln
|
||||
+ 2 * ar->ar_pln) {
|
||||
log(LOG_ERR, "arp: runt packet.");
|
||||
log(LOG_ERR, "arp: runt packet\n");
|
||||
m_freem(m);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user