Add the enable method for network functions.

This commit is contained in:
Jonathan Naylor
2016-01-25 18:11:44 +00:00
parent daa15203e2
commit 810c167a20
3 changed files with 16 additions and 3 deletions

View File

@@ -459,6 +459,8 @@ bool CMMDVMHost::createDMRNetwork()
return false;
}
m_dmrNetwork->enable(true);
return true;
}