diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-07 12:34:11 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-07 12:34:15 +0300 |
commit | 4e37f3cad6064396a701fe96bf4801d37d40b362 (patch) | |
tree | 120628241d4f69ad1db55b2d5b883d53670784e8 /plugins/ClientChangeNotify/src | |
parent | ceeb2257878b17ebda20f8f3eea72ae2de598fb4 (diff) |
fingerprint: more strict service definitions
Diffstat (limited to 'plugins/ClientChangeNotify/src')
-rw-r--r-- | plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index c8e7adbdca..f6f28b56c1 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -283,7 +283,7 @@ INT_PTR CALLBACK CCNErrorDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM) static int ModuleLoad(WPARAM, LPARAM)
{
- bFingerprintExists = ServiceExists(MS_FP_SAMECLIENTST) && ServiceExists(MS_FP_GETCLIENTICONT);
+ bFingerprintExists = Finger_IsPresent();
bVariablesExists = ServiceExists(MS_VARS_FORMATSTRING);
return 0;
}
|