diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-26 22:15:34 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-26 22:15:34 +0200 |
commit | 3e2bd0f17aab3d2bd460d5f7aef4d3bc152ea1ab (patch) | |
tree | e6be2d6e0af3d2b67fccf4eca6516e3c6a1a1e92 /proto/ospf/iface.c | |
parent | 5236fb03afecd3d7a6ec6e96712c79a31be32132 (diff) | |
download | bird-3e2bd0f17aab3d2bd460d5f7aef4d3bc152ea1ab.tar bird-3e2bd0f17aab3d2bd460d5f7aef4d3bc152ea1ab.zip |
Md5 authentification added (unsested).
Packet receiving clean up.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index bd8cddd..054ea7c 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -373,7 +373,7 @@ ospf_iface_new(struct proto_ospf *po, struct iface *iface, struct ospf_area_conf ifa->deadc = ip->deadc; ifa->stub = ip->stub; ifa->autype = ip->autype; - memcpy(ifa->aukey, ip->password, 8); + ifa->passwords = ip->passwords; ifa->options = 2; /* FIXME what options? */ if (ip->type == OSPF_IT_UNDEF) |