2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Merge branch 'mnowak/fix-typo-in-dns_name_copy-with-result.spatch' into 'main'

Fix typo in dns_name_copy-with-result.spatch

See merge request isc-projects/bind9!5549
This commit is contained in:
Michal Nowak
2021-11-02 18:27:34 +00:00

View File

@@ -25,6 +25,6 @@ statement S1, S2;
- V = dns_name_copy(E1, E2, NULL);
- S1
- if (V == ISC_R_SUCCESS) S2
+ dns_name_copy(E1, E2):
+ dns_name_copy(E1, E2);
+ S1
+ S2