Skip to content

Commit 6a224fe

Browse files
committed
ToolStatus: Disable unused filter strings
1 parent fe201c3 commit 6a224fe

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

plugins/ToolStatus/filter.c

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* search filter callbacks
44
*
55
* Copyright (C) 2010-2013 wj32
6-
* Copyright (C) 2011-2021 dmex
6+
* Copyright (C) 2011-2022 dmex
77
*
88
* This file is part of Process Hacker.
99
*
@@ -164,17 +164,17 @@ BOOLEAN ProcessTreeFilterCallback(
164164
}
165165
}
166166

167-
if (processNode->ProcessItem->ParentProcessIdString[0])
168-
{
169-
if (WordMatchStringZ(processNode->ProcessItem->ParentProcessIdString))
170-
return TRUE;
171-
}
167+
//if (processNode->ProcessItem->ParentProcessIdString[0])
168+
//{
169+
// if (WordMatchStringZ(processNode->ProcessItem->ParentProcessIdString))
170+
// return TRUE;
171+
//}
172172

173-
if (processNode->ProcessItem->SessionIdString[0])
174-
{
175-
if (WordMatchStringZ(processNode->ProcessItem->SessionIdString))
176-
return TRUE;
177-
}
173+
//if (processNode->ProcessItem->SessionIdString[0])
174+
//{
175+
// if (WordMatchStringZ(processNode->ProcessItem->SessionIdString))
176+
// return TRUE;
177+
//}
178178

179179
if (!PhIsNullOrEmptyString(processNode->ProcessItem->PackageFullName))
180180
{

0 commit comments

Comments
 (0)