mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-17 13:43:48 +00:00
uninitialized variables-console
This commit is contained in:
parent
e9415a0994
commit
2c1508c169
23 changed files with 66 additions and 11 deletions
|
|
@ -88,6 +88,9 @@ TelnetConsole::TelnetConsole()
|
|||
mAcceptPort = -1;
|
||||
mClientList = NULL;
|
||||
mRemoteEchoEnabled = false;
|
||||
|
||||
dStrncpy(mTelnetPassword, "", PasswordMaxLength);
|
||||
dStrncpy(mListenPassword, "", PasswordMaxLength);
|
||||
}
|
||||
|
||||
TelnetConsole::~TelnetConsole()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue