diff options
Diffstat (limited to 'client/SslClient.cpp')
-rw-r--r-- | client/SslClient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |