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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/SslClient.h') 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 */ -- cgit v1.2.3