summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/hs_apps/http_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/hs_apps/http_server.c b/src/plugins/hs_apps/http_server.c
index ace3c75ebb8..cc998a6f661 100644
--- a/src/plugins/hs_apps/http_server.c
+++ b/src/plugins/hs_apps/http_server.c
@@ -429,7 +429,7 @@ found:
html = format (html, "%v", reply);
html = format (html, html_footer);
/* And the http reply */
- http = format (0, http_ok, vec_len (http_ok));
+ http = format (0, http_ok);
http = format (http, http_response, vec_len (html), html);
/* Send it */