diff options
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 */ |