mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] fix wire_test so it can read files with comment lines
This commit is contained in:
parent
f6e45a5c54
commit
cc52a16096
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue