diff options
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r-- | usr.sbin/ospf6d/rde.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/rde.c b/usr.sbin/ospf6d/rde.c index a5111b7d510..30a8925d048 100644 --- a/usr.sbin/ospf6d/rde.c +++ b/usr.sbin/ospf6d/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.11 2008/02/11 13:48:39 norby Exp $ */ +/* $OpenBSD: rde.c,v 1.12 2008/12/28 18:43:53 claudio Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> @@ -348,7 +348,7 @@ rde_dispatch_imsg(int fd, short event, void *bula) buf += sizeof(req_hdr); if ((v = lsa_find(nbr->iface, - ntohl(req_hdr.type), req_hdr.ls_id, + req_hdr.type, req_hdr.ls_id, req_hdr.adv_rtr)) == NULL) { imsg_compose(ibuf_ospfe, IMSG_LS_BADREQ, imsg.hdr.peerid, 0, NULL, 0); |