aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r--src/microhttpd/test_upgrade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index 81a36004..d2e0e536 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -572,7 +572,7 @@ static pthread_t pt;
572/** 572/**
573 * Will be set to the upgraded socket. 573 * Will be set to the upgraded socket.
574 */ 574 */
575static struct wr_socket *usock; 575static struct wr_socket *volatile usock;
576 576
577/** 577/**
578 * Thread we use to run the interaction with the upgraded socket. 578 * Thread we use to run the interaction with the upgraded socket.