???
This commit is contained in:
parent
2eb802bf64
commit
d3af65c2d1
2 changed files with 6 additions and 4 deletions
|
@ -74,6 +74,7 @@ private:
|
||||||
const int MAX_AUTH_ATTEMPTS = 3;
|
const int MAX_AUTH_ATTEMPTS = 3;
|
||||||
std::string license;
|
std::string license;
|
||||||
|
|
||||||
|
|
||||||
const db::QueryList* queries;
|
const db::QueryList* queries;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -185,6 +185,7 @@ bool sosc::MasterIntra::StatusUpdate(sosc::Packet &pck) {
|
||||||
return this->Close();
|
return this->Close();
|
||||||
|
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool sosc::MasterIntra::Close() {
|
bool sosc::MasterIntra::Close() {
|
||||||
|
|
Loading…
Reference in a new issue