Commit 2efc8598 authored by Alexander Alashkin's avatar Alexander Alashkin Committed by Cesanta Bot

Fix mt

PUBLISHED_FROM=6e33f546c4d096ef03103f6010124e5d568700b0
parent d4a83514
...@@ -3389,7 +3389,6 @@ static void spawn_handling_thread(struct mg_connection *nc) { ...@@ -3389,7 +3389,6 @@ static void spawn_handling_thread(struct mg_connection *nc) {
*/ */
c[1]->listener = nc->listener; c[1]->listener = nc->listener;
c[1]->proto_handler = nc->proto_handler; c[1]->proto_handler = nc->proto_handler;
c[1]->proto_data = nc->proto_data;
c[1]->user_data = nc->user_data; c[1]->user_data = nc->user_data;
mg_start_thread(per_connection_thread_function, c[1]); mg_start_thread(per_connection_thread_function, c[1]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment