]> git.pld-linux.org Git - packages/gated.git/blob - gated-3.5.10-ospfmonauth.patch
- dropped pre-cvs changelog
[packages/gated.git] / gated-3.5.10-ospfmonauth.patch
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.114363 seconds and 3 git commands to generate.