]> git.puffer.fish Git - matthieu/frr.git/commitdiff
fix typo in previous commit
authorgdt <gdt>
Thu, 26 Aug 2004 13:19:40 +0000 (13:19 +0000)
committergdt <gdt>
Thu, 26 Aug 2004 13:19:40 +0000 (13:19 +0000)
ospfd/ospf_packet.c

index 8bc49666b0fc0454592fec64ac4399ccc9b8e10f..4d158253747f978c7d49832b8723ca0575ac3eb5 100644 (file)
@@ -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