Swap like for equal

Signed-off-by: Ian Brown <ian@zestysoft.com>
This commit is contained in:
Ian Brown 2023-02-18 16:11:35 -08:00
parent ffd552aa54
commit 74114dd34e
No known key found for this signature in database
GPG Key ID: D9923DD6508A15B9

View File

@ -180,7 +180,7 @@ WHERE
)
AND NOT (
(
p.path LIKE '/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent'
p.path = '/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent'
AND lp.port = 3283
AND lp.protocol = 6
)