]> git.pld-linux.org Git - packages/gated.git/blame - gated-3.5.10-ospfmonauth.patch
- dropped pre-cvs changelog
[packages/gated.git] / gated-3.5.10-ospfmonauth.patch
CommitLineData
f5da5f84
JR
1--- gated-3-5-10/src/ospf_monitor.c.orig Fri Aug 14 04:27:55 1998
2+++ gated-3-5-10/src/ospf_monitor.c Thu Oct 29 15:51:21 1998
3@@ -551,8 +551,11 @@
4 if (al > OSPF_AUTH_SIMPLE_SIZE) {
5 al = OSPF_AUTH_SIMPLE_SIZE;
6 }
7-
8-/* bcopy((caddr_t) auth, (caddr_t) o_hdr->ospfh_auth_key, al); */
9+#ifdef PROTO_OSPF
10+ bcopy((caddr_t) auth, (caddr_t) o_hdr->ospfh_auth_key, al);
11+#else
12+ bcopy((caddr_t) auth, (caddr_t) o_hdr->pck_header.pck_hdr_auth.auth_int32, al);
13+#endif
14 }
15
16 dst.sin_family = AF_INET;
This page took 0.105882 seconds and 4 git commands to generate.