From 3e2bd0f17aab3d2bd460d5f7aef4d3bc152ea1ab Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 26 Jun 2004 20:15:34 +0000 Subject: Md5 authentification added (unsested). Packet receiving clean up. --- proto/ospf/iface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/iface.c') 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) -- cgit v1.2.3