mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05: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.
7 lines
94 B
Text
7 lines
94 B
Text
@@
|
|
expression C;
|
|
expression M;
|
|
@@
|
|
|
|
- dns_rbtnodechain_init(C, M);
|
|
+ dns_rbtnodechain_init(C);
|