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:
@@ -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
|
||||
|
Reference in New Issue
Block a user