mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +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
|
||||
LicenseCheck::LegalityCheck(const std::string &license_file_path) {
|
||||
|
||||
|
@ -15,6 +15,7 @@ namespace server {
|
||||
class LicenseCheck {
|
||||
private:
|
||||
LicenseCheck();
|
||||
~LicenseCheck();
|
||||
|
||||
public:
|
||||
static LicenseCheck &
|
||||
|
Loading…
Reference in New Issue
Block a user