From 00a5560aafb75c5c2e446069b9ed652866e75c10 Mon Sep 17 00:00:00 2001 From: bonazzi Date: Sun, 29 Oct 2017 09:23:20 +0000 Subject: [PATCH] Patch level : 12.0 no patch Files correlati : MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le power station non funzionavano piĆ¹ git-svn-id: svn://10.65.10.50/branches/R_10_00@24157 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/include/dongle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/dongle.cpp b/src/include/dongle.cpp index 0873abf3d..e78dc4812 100755 --- a/src/include/dongle.cpp +++ b/src/include/dongle.cpp @@ -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; }