simaka-manager: Fix counter in log message when getting quintuplets

Also fixes the build with DEBUG_LEVEL < 1.
This commit is contained in:
Tobias Brunner
2023-05-08 17:32:17 +02:00
parent 777d0ef7b0
commit bb06b7a4bb
+1
View File
@@ -314,6 +314,7 @@ METHOD(simaka_manager_t, provider_get_quintuplet, bool,
this->lock->unlock(this->lock);
return TRUE;
}
tried++;
}
enumerator->destroy(enumerator);
this->lock->unlock(this->lock);