mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:01:15 -04:00
fix silly infinite loop bug
This commit is contained in:
parent
803e1f0c55
commit
9b9a2770b1
2 changed files with 2 additions and 0 deletions
|
|
@ -910,6 +910,7 @@ main(int argc, char *argv[]) {
|
|||
"key specify");
|
||||
break;
|
||||
}
|
||||
key = ISC_LIST_NEXT(key, link);
|
||||
}
|
||||
if (key == NULL) {
|
||||
dst_key_t *dkey = NULL;
|
||||
|
|
|
|||
|
|
@ -910,6 +910,7 @@ main(int argc, char *argv[]) {
|
|||
"key specify");
|
||||
break;
|
||||
}
|
||||
key = ISC_LIST_NEXT(key, link);
|
||||
}
|
||||
if (key == NULL) {
|
||||
dst_key_t *dkey = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue