summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index ebcc188..2972167 100644
--- a/client.c
+++ b/client.c
@@ -35,7 +35,7 @@ void rtclient_login(const char *name, const char *password)
, CURLFORM_PTRCONTENTS, password
, CURLFORM_END);
last = NULL;
- request("", "", NULL, NULL, post);
+ request(NULL, NULL, post, "");
curl_formfree(post);
post = NULL;
}