summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-10-05 19:27:23 -0400
committerGitHub <noreply@github.com>2021-10-05 19:27:23 -0400
commit334d9d259f354b47aeced105ea4a68947ae3f81a (patch)
treec536cab973e00c1a30e096947d1b22e71011f860 /ospf6d/ospf6_interface.c
parent6018f0424eba95d0007a09727cb63aa84cbcde13 (diff)
parent83e66fdfd6752fb4e7fd3bb22c9e5b7ede3bfa61 (diff)
Merge pull request #9731 from ton31337/fix/thread_null_set
cleanup: struct thread = NULL
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index b63a3c02db..a3eb1445f1 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -819,7 +819,6 @@ int interface_up(struct thread *thread)
/* Schedule Hello */
if (!CHECK_FLAG(oi->flag, OSPF6_INTERFACE_PASSIVE)
&& !if_is_loopback_or_vrf(oi->interface)) {
- oi->thread_send_hello = NULL;
thread_add_event(master, ospf6_hello_send, oi, 0,
&oi->thread_send_hello);
}