ikev2: add support for custom ipsec-over-udp port
[vpp.git] / src / plugins / hs_apps / http_server.c
index ace3c75..cc998a6 100644 (file)
@@ -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 */