mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 17:17:22 -04:00
address uninitialised variable
This commit is contained in:
parent
015f044f7f
commit
04e33823c4
1 changed files with 1 additions and 2 deletions
|
|
@ -167,8 +167,6 @@ main(int argc, char *argv[]) {
|
|||
fprintf(stderr, "extra data\n");
|
||||
exit(1);
|
||||
}
|
||||
once = ISC_TRUE;
|
||||
|
||||
/*
|
||||
* Get class.
|
||||
*/
|
||||
|
|
@ -264,6 +262,7 @@ main(int argc, char *argv[]) {
|
|||
fflush(stderr);
|
||||
exit(1);
|
||||
}
|
||||
once = ISC_TRUE;
|
||||
}
|
||||
if (result != ISC_R_EOF) {
|
||||
fprintf(stderr, "eof not found\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue