Disable console (for #2665).
This commit is contained in:
parent
0c0581f97a
commit
64d2d43f5b
@ -47,7 +47,7 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
STKHost *STKHost::m_stk_host = NULL;
|
STKHost *STKHost::m_stk_host = NULL;
|
||||||
bool STKHost::m_enable_console = true;
|
bool STKHost::m_enable_console = false;
|
||||||
|
|
||||||
void STKHost::create()
|
void STKHost::create()
|
||||||
{
|
{
|
||||||
@ -323,6 +323,7 @@ void STKHost::init()
|
|||||||
ProtocolManager::getInstance<ProtocolManager>();
|
ProtocolManager::getInstance<ProtocolManager>();
|
||||||
|
|
||||||
// Optional: start the network console
|
// Optional: start the network console
|
||||||
|
m_network_console = NULL;
|
||||||
if(m_enable_console)
|
if(m_enable_console)
|
||||||
{
|
{
|
||||||
m_network_console = new NetworkConsole();
|
m_network_console = new NetworkConsole();
|
||||||
|
Loading…
Reference in New Issue
Block a user