mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 06:20:04 -04:00
[v9_10] fix wire_test so it can read files with comment lines
This commit is contained in:
parent
7677f0083f
commit
ef363a2bef
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue