summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 7728d04..256d7b1 100644
--- a/httpd.c
+++ b/httpd.c
@@ -97,7 +97,7 @@ void httpd_connection(int rs)
xs *headers = NULL;
xs *q_path = NULL;
xs *payload = NULL;
- int p_size;
+ int p_size = 0;
char *p;
f = xs_socket_accept(rs);