EgtExecutor :
- aggiunto SN alle info della chiave hardware.
This commit is contained in:
@@ -338,6 +338,9 @@ ExeGetKeyInfo( string& sKey)
|
||||
sLockId = sLockId.substr( 7, 6) ;
|
||||
if ( sLockId.empty())
|
||||
return false ;
|
||||
int nLockSN ;
|
||||
if ( GetLockSN( nLockSN))
|
||||
sLockId += " (" + ToString( nLockSN) + ")" ;
|
||||
}
|
||||
// altrimenti
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user