diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-22 01:32:14 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-22 01:32:14 +0200 |
commit | 17d203d2fcb93673163cde0eda6e28b38007f910 (patch) | |
tree | 1016b09a1b6f22d65856987a7992db4c1ea46675 /client/SslClient.h | |
parent | e555b3102f7be659f53bc24e81bcba90d97aad81 (diff) |
DOwnload/Delete file list request and parsing. FIX bug while reading other configs
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index 77af070..8172bad 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -66,7 +66,7 @@ public: /** * @brief Request list of files that should exist on client PC */ - UploadList = 0x05, + DownloadList = 0x05, /** * @brief Request list of files to be deleted on client PC */ |