]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor isc_timer_reset() use with semantic patch
authorOndřej Surý <ondrej@isc.org>
Fri, 11 Mar 2022 22:08:17 +0000 (23:08 +0100)
committerEvan Hunt <each@isc.org>
Mon, 14 Mar 2022 20:00:05 +0000 (13:00 -0700)
commite6ca2a651f034503eab855fd52ee69f49c903d79
tree9437e349d65e32177a204ba7e95475143758e01d
parent6437bcc488e7889cacd8c81ff5dbfcd0e84db6c9
Refactor isc_timer_reset() use with semantic patch

Add and apply semantic patch to remove expires argument from the
isc_timer_reset() calls through the codebase.
12 files changed:
bin/named/server.c
cocci/isc_timer_reset.spatch [new file with mode: 0644]
lib/dns/catz.c
lib/dns/nta.c
lib/dns/resolver.c
lib/dns/rpz.c
lib/dns/zone.c
lib/isc/include/isc/timer.h
lib/isc/ratelimiter.c
lib/isc/tests/task_test.c
lib/isc/tests/timer_test.c
lib/isc/timer.c