do not decrypt lic packet
This commit is contained in:
@@ -380,9 +380,6 @@ class Client(SecLayer):
|
|||||||
|
|
||||||
if not (securityFlag.value & SecurityFlag.SEC_LICENSE_PKT):
|
if not (securityFlag.value & SecurityFlag.SEC_LICENSE_PKT):
|
||||||
raise InvalidExpectedDataException("Waiting license packet")
|
raise InvalidExpectedDataException("Waiting license packet")
|
||||||
|
|
||||||
if securityFlag.value & SecurityFlag.SEC_ENCRYPT:
|
|
||||||
s = self.readEncryptedPayload(s)
|
|
||||||
|
|
||||||
if self._licenceManager.recv(s):
|
if self._licenceManager.recv(s):
|
||||||
self.setNextState()
|
self.setNextState()
|
||||||
|
|||||||
Reference in New Issue
Block a user