Fix m_alias not initialising 'active' before use.

This commit is contained in:
Peter Powell 2019-01-09 15:55:03 +00:00
parent f2e3fd5952
commit aea67c2520

View File

@ -107,6 +107,7 @@ class ModuleAlias : public Module
ModuleAlias()
: botmode(this, "bot")
, active(false)
{
}