address uninitialised variable

This commit is contained in:
Mark Andrews
2013-11-09 14:08:40 +11:00
parent 015f044f7f
commit 04e33823c4

View File

@@ -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");