mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 15:33:56 +00:00
ospfd: tiny style fix
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
5405a012b4
commit
e947b307fc
@ -2318,8 +2318,7 @@ static struct stream *ospf_recv_packet(struct ospf *ospf, int fd,
|
|||||||
safe_strerror(errno));
|
safe_strerror(errno));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
if ((unsigned int)ret < sizeof(struct ip))
|
if ((unsigned int)ret < sizeof(struct ip)) {
|
||||||
{
|
|
||||||
flog_warn(
|
flog_warn(
|
||||||
EC_OSPF_PACKET,
|
EC_OSPF_PACKET,
|
||||||
"ospf_recv_packet: discarding runt packet of length %d "
|
"ospf_recv_packet: discarding runt packet of length %d "
|
||||||
|
Loading…
Reference in New Issue
Block a user