mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Some semantic patches are meant to be run just once, as they work on functions with changed prototypes. We keep them for reference, but disabled them from the CI to save time.
8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
@@
|
|
expression C;
|
|
expression M;
|
|
@@
|
|
|
|
- dns_rbtnodechain_init(C, M);
|
|
+ dns_rbtnodechain_init(C);
|