summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/server_fcgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/server_fcgi.c')
-rw-r--r--usr.sbin/httpd/server_fcgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/server_fcgi.c b/usr.sbin/httpd/server_fcgi.c
index a59a4029223..8a8d06682c2 100644
--- a/usr.sbin/httpd/server_fcgi.c
+++ b/usr.sbin/httpd/server_fcgi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server_fcgi.c,v 1.69 2016/08/30 10:54:42 florian Exp $ */
+/* $OpenBSD: server_fcgi.c,v 1.70 2016/09/01 10:59:38 reyk Exp $ */
/*
* Copyright (c) 2014 Florian Obser <florian@openbsd.org>
@@ -553,7 +553,7 @@ server_fcgi_read(struct bufferevent *bev, void *arg)
case FCGI_STDOUT:
++clt->clt_chunk;
if (!clt->clt_fcgi_headersdone) {
- clt->clt_fcgi_headersdone =
+ clt->clt_fcgi_headersdone =
server_fcgi_getheaders(clt);
if (clt->clt_fcgi_headersdone) {
if (server_fcgi_header(clt,