diff options
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index a0ec48f..bd66434 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -351,6 +351,7 @@ ospf_sh_neigh(struct proto *p, char *iff) " State", "DTime", "Router IP", "Interface"); WALK_LIST(n, ifa->neigh_list) ospf_sh_neigh_info(n); cli_msg(0,""); + return; } cli_msg(-1013,"%s:", p->name); |