diff --git a/daemon/http-tx-mgr.c b/daemon/http-tx-mgr.c index 90799913..589cb138 100644 --- a/daemon/http-tx-mgr.c +++ b/daemon/http-tx-mgr.c @@ -4296,7 +4296,7 @@ get_needed_fs_id_list (HttpTxTask *task, Connection *conn, GList **fs_id_list) int curl_error; if (http_get (curl, url, task->token, &status, &rsp_content, &rsp_size, - NULL, NULL, (!task->is_clone), &curl_error) < 0) { + NULL, NULL, FALSE, &curl_error) < 0) { conn->release = TRUE; handle_curl_errors (task, curl_error); ret = -1;