commit | 17b78d38e438bb25d27aa00554ad948a792850aa | [log] [tgz] |
---|---|---|
author | paul <paul> | Thu Feb 13 22:04:01 2003 +0000 |
committer | paul <paul> | Thu Feb 13 22:04:01 2003 +0000 |
tree | 7c0691d8d0164f57266690a9982ba750c346927f | |
parent | 619efcb3d51edf5d144293d08cbc3777655310e4 [diff] [blame] |
Fix debug statement in ospf_packet.c and merge error in ospf_lsa.c
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 0b9e60f..d845684 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c
@@ -2217,7 +2217,7 @@ top->t_read = thread_add_read (master, ospf_read, top, top->fd); /* IP Header dump. */ - if (ospf_debug_packet & OSPF_DEBUG_RECV) + if (IS_DEBUG_OSPF_PACKET(0, RECV)) ospf_ip_header_dump (ibuf); /* Self-originated packet should be discarded silently. */