do not decrypt lic packet
This commit is contained in:
@@ -381,9 +381,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()
|
||||||
#end of connection step of
|
#end of connection step of
|
||||||
|
|||||||
Reference in New Issue
Block a user