Patch level : 12.0 no patch

Files correlati     :       

Le power station non funzionavano più


git-svn-id: svn://10.65.10.50/branches/R_10_00@24157 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2017-10-29 09:23:20 +00:00
parent b10adf3a96
commit 00a5560aaf

View File

@ -281,7 +281,7 @@ bool TDongle::login(const char* module)
{
const word code = module_name2code(module);
bool ok = active(code);
if (ok && _hardware == _dongle_ssa)
if (ok && _hardware == _dongle_ssa && !is_power_station())
ok = ssa_login(module);
return ok;
}