Change the pointer type to comply with g_strjoinv() function
authorBoyeon <boyeon.son@samsung.com>
Wed, 15 May 2019 06:25:05 +0000 (15:25 +0900)
committer손보연/Tizen Platform Lab(SR)/Engineer/삼성전자 <boyeon.son@samsung.com>
Thu, 16 May 2019 06:23:11 +0000 (15:23 +0900)
src/devicemanagerservice.c

index eedcfa3..60f00d8 100644 (file)
@@ -39,7 +39,7 @@ static char *__make_taskinfo_request(int duration, int period)
        return request_json;
 }
 
-static char *__make_log_archive_request(const char *log_path_arr[], const char *archive_file)
+static char *__make_log_archive_request(char *log_path_arr[], const char *archive_file)
 {
        char *request_json = NULL;
        char *log_path_str = NULL;