freebsd-ports/net/zebra/files/patch-ospf
Munechika SUMIKAWA 6d0e8077c2 Upgrade to 0.95.
Submitted by:   Dikshie <dikshie@ocean.itb.ac.id>
2005-05-19 08:49:12 +00:00

11 lines
380 B
Text

--- ospfd/ospf_packet.c.original Thu May 19 14:22:55 2005
+++ ospfd/ospf_packet.c Thu May 19 14:23:32 2005
@@ -270,7 +270,7 @@
ospfh = (struct ospf_header *) ibuf;
/* Get pointer to the end of the packet. */
- pdigest = ibuf + length;
+ pdigest = (unsigned char *)ibuf + length;
/* Get secret key. */
ck = ospf_crypt_key_lookup (OSPF_IF_PARAM (oi, auth_crypt),