query::getrescnt() would only work once following 1.13 mods (affects python api)

This commit is contained in:
dockes 2009-11-18 14:26:46 +00:00
parent 3283183306
commit b3405c3f44

View File

@ -272,6 +272,8 @@ int Query::getResCnt()
LOGDEB(("Query::getResCnt: %d mS\n", chron.millis()));
if (!m_reason.empty())
LOGERR(("xenquire->get_mset: exception: %s\n", m_reason.c_str()));
} else {
ret = m_nq->xmset.get_matches_lower_bound();
}
return ret;
}