diff options
author | paul <paul> | 2003-06-19 01:07:40 +0000 |
---|---|---|
committer | paul <paul> | 2003-06-19 01:07:40 +0000 |
commit | 3db0a77852cc0de1385f7046355321229a567924 (patch) | |
tree | 1cc576815195b186d5824b6d64c8ae6a3dd80bd9 /ospfd | |
parent | d363df2cee49835763cd92fcb8102a6ab4ee3d52 (diff) |
2003-06-19 Paul Jakma <paul@dishone.st>
* 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.
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_packet.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |