We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 627f15f + d57492a commit a2fb0b5Copy full SHA for a2fb0b5
dongtai-agent/src/main/java/io/dongtai/iast/agent/monitor/impl/AgentStateMonitor.java
@@ -57,8 +57,8 @@ public void check() {
57
58
if (stringStringMap != null) {
59
expectState = stringStringMap.get("exceptRunningStatus").toString();
60
- if (null != stringStringMap.get("isAllowDateReport")) {
61
- allowReport = !"0".equals(stringStringMap.get("isAllowDateReport").toString());
+ if (null != stringStringMap.get("allowReport")) {
+ allowReport = !"0".equals(stringStringMap.get("allowReport").toString());
62
}
63
64
0 commit comments