Merge branch '3.0' into enh/refactorBackend
This commit is contained in:
parent
6129ebc294
commit
50f996bbf7
|
@ -190,6 +190,7 @@ int32_t getCfIdx(const char* cfName) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isValidCheckpoint(const char* dir) {
|
bool isValidCheckpoint(const char* dir) {
|
||||||
|
return true;
|
||||||
STaskDbWrapper* pDb = taskDbOpenImpl(NULL, NULL, (char*)dir);
|
STaskDbWrapper* pDb = taskDbOpenImpl(NULL, NULL, (char*)dir);
|
||||||
if (pDb == NULL) {
|
if (pDb == NULL) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue