{
DLOG(SLOG(g_log << "Ueber get() was called for a " << qtype << " record" << endl,
d_slog->info(Logr::Debug, "get called", "type", Logging::Loggable(qtype))));
- bool isMore = false;
- while (d_hinterBackend != nullptr && !(isMore = d_hinterBackend->get(record))) { // this backend is out of answers
+ while (d_hinterBackend != nullptr && !(d_hinterBackend->get(record))) { // this backend is out of answers
DLOG(SLOG(g_log << "Backend #" << backendIndex << " of " << parent->backends.size()
<< " out of answers, trying next" << endl,
d_slog->info(Logr::Debug, "backend out of answers, taking next", "zero-based backend index", Logging::Loggable(backendIndex), "backend count", Logging::Loggable(parent->backends.size()))));