mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +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:
@@ -25,6 +25,6 @@ statement S1, S2;
|
|||||||
- V = dns_name_copy(E1, E2, NULL);
|
- V = dns_name_copy(E1, E2, NULL);
|
||||||
- S1
|
- S1
|
||||||
- if (V == ISC_R_SUCCESS) S2
|
- if (V == ISC_R_SUCCESS) S2
|
||||||
+ dns_name_copy(E1, E2):
|
+ dns_name_copy(E1, E2);
|
||||||
+ S1
|
+ S1
|
||||||
+ S2
|
+ S2
|
||||||
|
Reference in New Issue
Block a user