From 972b47f4499e4b075f790b2607c3523f5873822d Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 5 Dec 2014 13:06:03 +0100 Subject: [PATCH] file/get_info: change accidental ssl usage --- mfapi/apicalls/file_get_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfapi/apicalls/file_get_info.c b/mfapi/apicalls/file_get_info.c index 742f391..5f90252 100644 --- a/mfapi/apicalls/file_get_info.c +++ b/mfapi/apicalls/file_get_info.c @@ -54,7 +54,7 @@ int mfconn_api_file_get_info(mfconn * conn, mffile * file, if (len != 11 && len != 15) return -1; - api_call = mfconn_create_signed_get(conn, 1, "file/get_info.php", + api_call = mfconn_create_signed_get(conn, 0, "file/get_info.php", "?quick_key=%s&response_format=json", quickkey);