This commit is contained in:
malloc 2018-06-28 19:07:11 -05:00
parent 2eb802bf64
commit d3af65c2d1
2 changed files with 6 additions and 4 deletions

View file

@ -74,6 +74,7 @@ private:
const int MAX_AUTH_ATTEMPTS = 3;
std::string license;
const db::QueryList* queries;
};

View file

@ -185,6 +185,7 @@ bool sosc::MasterIntra::StatusUpdate(sosc::Packet &pck) {
return this->Close();
return true;
}
bool sosc::MasterIntra::Close() {