[CP] fix issues of WhiteScan

This commit is contained in:
obdev 2023-02-09 18:35:21 +00:00 committed by ob-robot
parent 3a51959b4e
commit 75bf694c31

View File

@ -5744,7 +5744,7 @@ bool ObKeystoreDDLArg::is_valid() const
ALTER_KEYSTORE_PASSWORD == type_ ||
ALTER_KEYSTORE_SET_KEY == type_ ||
ALTER_KEYSTORE_CLOSE == type_ ||
ALTER_KEYSTORE_OPEN);
ALTER_KEYSTORE_OPEN == type_ );
}
bool ObKeystoreDDLArg::is_allow_when_disable_ddl() const