Match-id-cd2735ec23dcbe357a3201737c9de4694aee8177

This commit is contained in:
BianTanggui
2022-04-07 16:56:59 +08:00
parent 383432f2de
commit 80ec9d4822
8 changed files with 657 additions and 370 deletions

View File

@@ -291,7 +291,6 @@ int DoPrepare(const struct CmdArgs *args, struct ParsedConfig *config)
free(str);
return -1;
}
ret = GetCgroupPath(args->pid, config->cgroupPath, BUF_SIZE);
if (ret < 0) {
Logger("failed to get cgroup path.", LEVEL_ERROR, SCREEN_YES);