diff --git a/examples/chat_client/chat_client.cpp b/examples/chat_client/chat_client.cpp index 72bb9f3ced..64f9fa51e7 100644 --- a/examples/chat_client/chat_client.cpp +++ b/examples/chat_client/chat_client.cpp @@ -70,7 +70,7 @@ int main(int argc, char* argv[]) { endpoint.connect(con); - boost::thread t(boost::bind(&client::run, &endpoint)); + boost::thread t(boost::bind(&client::run, &endpoint, false)); char line[512]; while (std::cin.getline(line, 512)) {