diff options
Diffstat (limited to 'src/lib/dns/master_loader.cc')
-rw-r--r-- | src/lib/dns/master_loader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc index 54bcc91a1b..a81ac0c892 100644 --- a/src/lib/dns/master_loader.cc +++ b/src/lib/dns/master_loader.cc @@ -1055,7 +1055,7 @@ MasterLoader::loadIncremental(size_t count_limit) { } bool -MasterLoader::loadedSucessfully() const { +MasterLoader::loadedSuccessfully() const { return (impl_->complete_ && !impl_->seen_error_); } |