From 3db0a77852cc0de1385f7046355321229a567924 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 19 Jun 2003 01:07:40 +0000 Subject: 2003-06-19 Paul Jakma * ospfd/ospf_packet.c: Fix typos, extra squiggly bracket. Note to self: in future make sure that when you test compile a change you actually have the relevant configure options enabled. --- ospfd/ospf_packet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ospfd/ospf_packet.c') diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 595b3798..e233ce0c 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -1053,11 +1053,10 @@ ospf_db_desc (struct ip *iph, struct ospf_header *ospfh, && (!CHECK_FLAG (dd->options, OSPF_OPTION_NP)) ) { if (IS_DEBUG_OSPF_EVENT) - zlog_notice ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options"); + zlog_notice ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options", inet_ntoa (nbr->router_id) ); SET_FLAG (dd->options, OSPF_OPTION_NP); } - } #endif /* HAVE_NSSA */ #ifdef REJECT_IF_TBIT_ON -- cgit v1.2.1