EgtMachKernel 2.4e3 :

- modifiche per prima versione chiave di rete.
This commit is contained in:
DarioS
2022-05-17 08:26:38 +02:00
parent 88912bf524
commit 156f0f8ef8
5 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ IMachMgr*
CreateMachMgr( void)
{
// verifico la chiave e le opzioni
if ( ! TestKeyForEMk( GetEMkKey(), 0, GetEMkLogger()))
if ( ! GetEMkNetHwKey() && ! TestKeyForEMk( GetEMkKey(), 0, GetEMkLogger()))
return nullptr ;
// creo il MachMgr
return static_cast<IMachMgr*> ( new(nothrow) MachMgr) ;