aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 3f278689..c594d4f7 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1933,7 +1933,9 @@ enum MHD_Result
1933MHD_response_execute_upgrade_ (struct MHD_Response *response, 1933MHD_response_execute_upgrade_ (struct MHD_Response *response,
1934 struct MHD_Connection *connection) 1934 struct MHD_Connection *connection)
1935{ 1935{
1936#ifdef HTTPS_SUPPORT
1936 struct MHD_Daemon *daemon = connection->daemon; 1937 struct MHD_Daemon *daemon = connection->daemon;
1938#endif /* HTTPS_SUPPORT */
1937 struct MHD_UpgradeResponseHandle *urh; 1939 struct MHD_UpgradeResponseHandle *urh;
1938 size_t rbo; 1940 size_t rbo;
1939 1941