DB/Misc: fix travis

This commit is contained in:
Aokromes
2016-05-12 20:06:26 +02:00
parent f4d3294cec
commit 74413b376a

View File

@@ -19,7 +19,7 @@
bool Battlenet::SessionManager::StartNetwork(boost::asio::io_service& service, std::string const& bindIp, uint16 port, int threadCount)
{
if (!BaseSocketMgr::StartNetwork(service, bindIp, port, 1))
if (!BaseSocketMgr::StartNetwork(service, bindIp, port, threadCount))
return false;
_acceptor->SetSocketFactory(std::bind(&BaseSocketMgr::GetSocketForAccept, this));