mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
fix license check bug
Former-commit-id: 7b0fb269f41dd6c1b3bf415a51e9f97260b8ab80
This commit is contained in:
parent
51c9ffbaaf
commit
24498cd466
@ -21,6 +21,10 @@ LicenseCheck::LicenseCheck() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LicenseCheck::~LicenseCheck() {
|
||||||
|
StopCountingDown();
|
||||||
|
}
|
||||||
|
|
||||||
ServerError
|
ServerError
|
||||||
LicenseCheck::LegalityCheck(const std::string &license_file_path) {
|
LicenseCheck::LegalityCheck(const std::string &license_file_path) {
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ namespace server {
|
|||||||
class LicenseCheck {
|
class LicenseCheck {
|
||||||
private:
|
private:
|
||||||
LicenseCheck();
|
LicenseCheck();
|
||||||
|
~LicenseCheck();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static LicenseCheck &
|
static LicenseCheck &
|
||||||
|
Loading…
Reference in New Issue
Block a user