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, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 26cae65e..17fe8122 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -692,7 +692,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
692 struct MHD_UpgradeResponseHandle *urh; 692 struct MHD_UpgradeResponseHandle *urh;
693 size_t rbo; 693 size_t rbo;
694 694
695 if (0 == (daemon->options & MHD_USE_UPGRADE)) 695 if (0 == (daemon->options & MHD_ALLOW_UPGRADE))
696 return MHD_NO; 696 return MHD_NO;
697 697
698 if (NULL == 698 if (NULL ==