2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

add a semantic patch for the API change

This commit is contained in:
Evan Hunt
2019-08-28 21:10:10 -07:00
parent c48979e6c5
commit a8595262f7

View File

@@ -0,0 +1,7 @@
@@
expression C;
expression M;
@@
- dns_rbtnodechain_init(C, M);
+ dns_rbtnodechain_init(C);