fix(notify):fix topic of ChecksumTestFailed Result

This commit is contained in:
mhf
2023-02-28 15:11:48 +08:00
parent 6d79f3f0c2
commit 7668aa450d
+1 -1
View File
@@ -336,7 +336,7 @@ func (sm *STopicManager) InitializeData() error {
notify.ActionChecksumTest,
)
t.Type = notify.TOPIC_TYPE_SECURITY
t.Results = tristate.True
t.Results = tristate.False
case DefaultUserLock:
t.addResources(
notify.TOPIC_RESOURCE_USER,