summaryrefslogtreecommitdiff
path: root/ospfd
diff options
context:
space:
mode:
authorgdt <gdt>2004-08-26 13:19:40 +0000
committergdt <gdt>2004-08-26 13:19:40 +0000
commite304982e498e58ca77e8c7dd8f1bf83f1e50ca27 (patch)
tree9acefd51f0a452b3a1c9bd6b4a568c898a2c83f4 /ospfd
parentd0deca68371c222d1b2ff3fcf61312506395861c (diff)
fix typo in previous commit
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c
index 8bc49666..4d158253 100644
--- a/ospfd/ospf_packet.c
+++ b/ospfd/ospf_packet.c
@@ -1883,7 +1883,7 @@ ospf_recv_packet (int fd, struct interface **ifp)
struct cmsghdr *cmsg;
#if defined(CMSG_SPACE)
/* Header and data both require alignment. */
- char buff [CMSG_SPACE(SIZE_CMSG_IFINDEX_IPV4())];
+ char buff [CMSG_SPACE(SOPT_SIZE_CMSG_IFINDEX_IPV4())];
#else
char buff [sizeof (*cmsg) + SOPT_SIZE_CMSG_IFINDEX_IPV4()];
#endif