mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:29:59 -04: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:
commit
4bebcd4503
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue