mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
Add and apply semantic patch to remove expires argument from the isc_timer_reset() calls through the codebase.
6 lines
108 B
Text
6 lines
108 B
Text
@@
|
|
expression E1, E2, E3, E4;
|
|
@@
|
|
|
|
- isc_timer_reset(E1, E2, NULL, E3, E4)
|
|
+ isc_timer_reset(E1, E2, E3, E4)
|