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:
parent
b10adf3a96
commit
00a5560aaf
@ -281,7 +281,7 @@ bool TDongle::login(const char* module)
|
|||||||
{
|
{
|
||||||
const word code = module_name2code(module);
|
const word code = module_name2code(module);
|
||||||
bool ok = active(code);
|
bool ok = active(code);
|
||||||
if (ok && _hardware == _dongle_ssa)
|
if (ok && _hardware == _dongle_ssa && !is_power_station())
|
||||||
ok = ssa_login(module);
|
ok = ssa_login(module);
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user