Append missing newline to log() message for permanent ARP modification

attempt warning, which was added in rev 1.48 .

PR:	14371
Submitted by:	sec@pi.musin.de (Stefan `Sec` Zehl)
This commit is contained in:
Sheldon Hearn 1999-10-18 11:56:50 +00:00
parent 0abed1ff14
commit 0b757633b3

View File

@ -558,7 +558,7 @@ in_arpinput(m)
ac->ac_if.if_name, ac->ac_if.if_unit);
else {
log(LOG_ERR,
"arp: %6D attempts to modify permanent entry for %s on %s%d",
"arp: %6D attempts to modify permanent entry for %s on %s%d\n",
ea->arp_sha, ":", inet_ntoa(isaddr),
ac->ac_if.if_name, ac->ac_if.if_unit);
goto reply;