variable name

pull/53/head
Zlatin Balevsky 2020-10-24 12:47:55 +01:00
parent f5f84899ec
commit dce659d463
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class H2HostCache extends HostCache {
def count = sql.firstRow("select count(*) as COUNT from HOST_ATTEMPTS where DESTINATION=${d.toBase64()}")
if (count.COUNT < settings.minHostProfileHistory) {
log.fine("not enough history for Markov")
profiles.put(d, new HostMCProfile(state))
profiles.put(d, new HostMCProfile(status))
return
}