diff options
author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-10-17 06:35:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 06:35:16 +0200 |
commit | 5bf59faffcb266e5527d451c7486af71bac5fa21 (patch) | |
tree | 39dc582af40effefd1b78ecef7b836fa76700301 /ospf6d/ospf6_main.c | |
parent | Merge pull request #1324 from donaldsharp/bgp_aspath (diff) | |
parent | ospf6d: fix ospf6d crash during sigterm/shutdown (diff) | |
download | frr-5bf59faffcb266e5527d451c7486af71bac5fa21.tar.xz frr-5bf59faffcb266e5527d451c7486af71bac5fa21.zip |
Merge pull request #1300 from chiragshah6/mdev
ospf6d: fix ospf6d crash during sigterm/shutdown
Diffstat (limited to 'ospf6d/ospf6_main.c')
-rw-r--r-- | ospf6d/ospf6_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 4641f41c3..9a6729ee2 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -125,7 +125,6 @@ static void sigint(void) static void sigterm(void) { zlog_notice("Terminating on signal SIGTERM"); - ospf6_clean(); ospf6_exit(0); } |