mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:34:22 +00:00
fix typo in previous commit
This commit is contained in:
parent
d0deca6837
commit
e304982e49
@ -1883,7 +1883,7 @@ ospf_recv_packet (int fd, struct interface **ifp)
|
|||||||
struct cmsghdr *cmsg;
|
struct cmsghdr *cmsg;
|
||||||
#if defined(CMSG_SPACE)
|
#if defined(CMSG_SPACE)
|
||||||
/* Header and data both require alignment. */
|
/* Header and data both require alignment. */
|
||||||
char buff [CMSG_SPACE(SIZE_CMSG_IFINDEX_IPV4())];
|
char buff [CMSG_SPACE(SOPT_SIZE_CMSG_IFINDEX_IPV4())];
|
||||||
#else
|
#else
|
||||||
char buff [sizeof (*cmsg) + SOPT_SIZE_CMSG_IFINDEX_IPV4()];
|
char buff [sizeof (*cmsg) + SOPT_SIZE_CMSG_IFINDEX_IPV4()];
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user