mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
One more newline less... :)
This commit is contained in:
parent
df49d4e14b
commit
13e9bac33f
@ -260,7 +260,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
|
||||
}
|
||||
if(size<=(sizeof(struct ospf_lsupd_packet)+sizeof(struct ospf_lsa_header)))
|
||||
{
|
||||
log("%s: Received lsupd from %I is too short!\n", p->name,n->ip);
|
||||
log("%s: Received lsupd from %I is too short!", p->name,n->ip);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user