diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 14:53:10 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 14:53:10 +0200 |
commit | 39e517d47c6070dd81bb7d6f57358ea98e462f03 (patch) | |
tree | 9bec961ab5750cec7941da8f9187876014f805b5 /proto/ospf/ospf.c | |
parent | 591656cdd5b13a4626dfb26e45dd02690cdb450c (diff) | |
download | bird-39e517d47c6070dd81bb7d6f57358ea98e462f03.tar bird-39e517d47c6070dd81bb7d6f57358ea98e462f03.zip |
hello.c and hello.h cleaned up. No design changes.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index dbe3b18..ba40e31 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -364,10 +364,7 @@ ospf_shutdown(struct proto *p) /* And send to all my neighbors 1WAY */ WALK_LIST(ifa, po->iface_list) - { - init_list(&ifa->neigh_list); - hello_timer_hook(ifa->hello_timer); - } + ospf_iface_shutdown(ifa); return PS_DOWN; } |