Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 26, 2020
1 parent 6b1fde6 commit 436ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/event.c
Expand Up @@ -1272,7 +1272,7 @@ int _fr_event_timer_at(NDEBUG_LOCATION_ARGS
* will no longer be in the event loop, so check
* if it's in the heap before extracting it.
*/
if (fr_dlist_entry_in_list(&ev->entry)) {
if (!fr_dlist_entry_in_list(&ev->entry)) {
int ret;

ret = fr_heap_extract(el->times, ev);
Expand Down

0 comments on commit 436ee70

Please sign in to comment.