aboutsummaryrefslogtreecommitdiff
path: root/restapi/im.c
diff options
context:
space:
mode:
Diffstat (limited to 'restapi/im.c')
-rw-r--r--restapi/im.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/restapi/im.c b/restapi/im.c
index 6b9f75c..0c49cb0 100644
--- a/restapi/im.c
+++ b/restapi/im.c
@@ -22,7 +22,6 @@ restapi_im_close(const char* username)
strcpy(login_args, LOGIN_ARG_PRE);
strcpy(login_args + pre_len, username);
strcpy(login_args + pre_len + user_len, LOGIN_ARG_POST);
- http_add_header("Content-type", "application/json");
const char* buffer = http_post("/api/v1/im.close", login_args);
free(login_args);