From 89d6782dd1a7775a292db3b2b622c8a48dbd757c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 3 Jun 2000 01:29:00 +0000 Subject: interface {} added. --- proto/ospf/lsreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsreq.c') diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index 818aacc..acd36a8 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -23,7 +23,7 @@ ospf_lsreq_tx(struct ospf_neighbor *n) pk=(struct ospf_lsreq_packet *)n->ifa->ip_sk->tbuf; op=(struct ospf_packet *)n->ifa->ip_sk->tbuf; - fill_ospf_pkt_hdr(n->ifa, pk, LSREQ); + fill_ospf_pkt_hdr(n->ifa, pk, LSREQ_P); sn=SHEAD(n->lsrql); if(EMPTY_SLIST(n->lsrql)) -- cgit v1.2.3