#issue:IASQ00 安全告警清理

Signed-off-by: xuezhou_yan <yangang20@huawei.com>
This commit is contained in:
xuezhou_yan
2024-09-21 17:42:46 +08:00
parent e81488c30f
commit 2f690b666b
+1 -1
View File
@@ -98,7 +98,7 @@ int32_t CheckFileAndGetFileContext(const char *inputFile, char **contextBufPtr,
PRINT_ERR("input file is NULL.\n");
return -1;
}
uint32_t ret = GetFileContext(inputFile, contextBufPtr, bufferLen);
int32_t ret = GetFileContext(inputFile, contextBufPtr, bufferLen);
if (ret != 0) {
PRINT_ERR("GetFileContext failed, input file : %s\n", inputFile);
}