From 17d203d2fcb93673163cde0eda6e28b38007f910 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Tue, 22 Nov 2011 01:32:14 +0200 Subject: DOwnload/Delete file list request and parsing. FIX bug while reading other configs --- client/SslClient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/SslClient.cpp') diff --git a/client/SslClient.cpp b/client/SslClient.cpp index 9f17449..b3a2d15 100644 --- a/client/SslClient.cpp +++ b/client/SslClient.cpp @@ -86,7 +86,7 @@ void SslClient::SendRequest(RequestType type) case GenericProxyList: case StaticProxyList: case FirewallList: - case UploadList: + case DownloadList: case DeleteList: rcode = type; break; @@ -145,7 +145,7 @@ void SslClient::DataRecieved() case GenericProxyList: case StaticProxyList: case FirewallList: - case UploadList: + case DownloadList: case DeleteList: type = (RequestType)rcode; break; -- cgit v1.2.3