diff options
Diffstat (limited to 'protocols/CloudFile/src/transfers.cpp')
-rw-r--r-- | protocols/CloudFile/src/transfers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CloudFile/src/transfers.cpp b/protocols/CloudFile/src/transfers.cpp index 5236e0c9f0..6b40e9cc62 100644 --- a/protocols/CloudFile/src/transfers.cpp +++ b/protocols/CloudFile/src/transfers.cpp @@ -5,7 +5,7 @@ LIST<FileTransferParam> Transfers(1, HandleKeySortT); INT_PTR SendFileInterceptor(WPARAM, LPARAM lParam) { CCSDATA *pccsd = (CCSDATA*)lParam; - for (auto &service : Services) { + for (auto &service : g_arServices) { auto it = service->InterceptedContacts.find(pccsd->hContact); if (it == service->InterceptedContacts.end()) continue; |