Fix build

--HG--
branch : trunk
This commit is contained in:
click
2010-12-10 01:44:34 +01:00
parent 456f29c089
commit 7e0dee8cb1
2 changed files with 2 additions and 8 deletions

View File

@@ -41,12 +41,6 @@
#include "Timer.h"
#include "Util.h"
#include "TcpSocket.h"
#include "Utility.h"
#include "Parse.h"
#include "Socket.h"
#include "SocketHandler.h"
#include "ListenSocket.h"
#include "BigNumber.h"
#ifdef _WIN32
@@ -272,7 +266,7 @@ int Master::Run()
}
///- Launch the world listener socket
port_t wsport = sWorld.getIntConfig(CONFIG_PORT_WORLD);
uint16 wsport = sWorld.getIntConfig(CONFIG_PORT_WORLD);
std::string bind_ip = sConfig.GetStringDefault ("BindIP", "0.0.0.0");
if (sWorldSocketMgr->StartNetwork (wsport, bind_ip.c_str ()) == -1)