summaryrefslogtreecommitdiff
path: root/lib/spf_backoff.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2020-10-14 14:50:08 +0300
committerGitHub <noreply@github.com>2020-10-14 14:50:08 +0300
commit9ed5b22e1337e0c33d2580b1c7444be6847d69d9 (patch)
tree3d88b8c37ada43a83fcf08b17b9d00ce9f0f0a1a /lib/spf_backoff.c
parent4fe30ff1ebbfc6a95c8fad82efe8f43e64bde7f5 (diff)
parent28ef0ee121aa93399d8684a59d6ca66ee07ade84 (diff)
Merge pull request #7283 from donaldsharp/thread_off_semantics
*: Use proper semantics for turning off thread
Diffstat (limited to 'lib/spf_backoff.c')
-rw-r--r--lib/spf_backoff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spf_backoff.c b/lib/spf_backoff.c
index 4e74714489..acb208e5e7 100644
--- a/lib/spf_backoff.c
+++ b/lib/spf_backoff.c
@@ -132,7 +132,6 @@ static int spf_backoff_holddown_elapsed(struct thread *thread)
{
struct spf_backoff *backoff = THREAD_ARG(thread);
- backoff->t_holddown = NULL;
THREAD_TIMER_OFF(backoff->t_timetolearn);
timerclear(&backoff->first_event_time);
backoff->state = SPF_BACKOFF_QUIET;