summaryrefslogtreecommitdiff
path: root/source4/web_server/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/web_server/http.c')
-rw-r--r--source4/web_server/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/web_server/http.c b/source4/web_server/http.c
index ec4b7770a6..c2e9042d4a 100644
--- a/source4/web_server/http.c
+++ b/source4/web_server/http.c
@@ -486,7 +486,7 @@ void ejs_exception(const char *reason)
static void esp_request(struct esp_state *esp, const char *url)
{
struct websrv_context *web = esp->web;
- ssize_t size;
+ int size;
int res;
char *emsg = NULL, *buf;