diff options
Diffstat (limited to 'ospfd/ospf_vty.c')
-rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index b9c554f4..264e4414 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -2400,7 +2400,7 @@ show_ip_ospf_area (struct vty *vty, struct ospf_area *area) vty_out (vty, "not the NSSA Elected Translator. %s", VTY_NEWLINE); else - vty_out (vty, "not the NSSA Elected Translator. %s", + vty_out (vty, "never an NSSA Translator. %s", VTY_NEWLINE); } } |