Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed May 19, 2024
1 parent 10b7ef5 commit 70a35d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ares_event_configchg.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ares_status_t ares_event_configchg_init(ares_event_configchg_t **configchg, ares
}

status = ares_event_update(NULL, e, ARES_EVENT_FLAG_READ,
ares_event_configchg_cb, configchg->inotify_fd,
ares_event_configchg_cb, c->inotify_fd,
c, ares_event_configchg_free, NULL);

done:
Expand Down

0 comments on commit 70a35d8

Please sign in to comment.