diff options
| author | Russ White <russ@riw.us> | 2021-10-12 11:49:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 11:49:46 -0400 |
| commit | 0f96b7e69bac3dcbe4dfee5c8321eaf71f887aa5 (patch) | |
| tree | 9c509259560bcdb386a9ca6aa20005fef9e2129b /ospf6d/ospf6_nssa.c | |
| parent | effd4c7bdd394f6edf1b160884e608f547e91c5c (diff) | |
| parent | d573b8f8639350cfa1edeec6b8e1cd422008ea77 (diff) | |
Merge pull request #9763 from ton31337/fix/more_thread_null
More struct thread null
Diffstat (limited to 'ospf6d/ospf6_nssa.c')
| -rw-r--r-- | ospf6d/ospf6_nssa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospf6d/ospf6_nssa.c b/ospf6d/ospf6_nssa.c index 809768fb5c..c2e9b7f28a 100644 --- a/ospf6d/ospf6_nssa.c +++ b/ospf6d/ospf6_nssa.c @@ -1168,8 +1168,6 @@ static int ospf6_abr_task_timer(struct thread *thread) { struct ospf6 *ospf6 = THREAD_ARG(thread); - ospf6->t_abr_task = NULL; - if (IS_OSPF6_DEBUG_ABR) zlog_debug("Running ABR task on timer"); |
