mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
[master] fix wire_test so it can read files with comment lines
This commit is contained in:
@@ -212,7 +212,7 @@ main(int argc, char *argv[]) {
|
||||
rp++;
|
||||
}
|
||||
if (len == 0U)
|
||||
break;
|
||||
continue;
|
||||
if (len % 2 != 0U) {
|
||||
fprintf(stderr, "bad input format: %lu\n",
|
||||
(unsigned long)len);
|
||||
|
Reference in New Issue
Block a user