distributed: fix typo in OTPCR
This commit is contained in:
parent
1e5eb077e2
commit
d047b77154
1 changed files with 1 additions and 1 deletions
|
@ -1938,7 +1938,7 @@ class OTPClientRepository(ClientRepositoryBase):
|
||||||
self.handleGoGetLost(di)
|
self.handleGoGetLost(di)
|
||||||
elif msgType == CLIENT_HEARTBEAT:
|
elif msgType == CLIENT_HEARTBEAT:
|
||||||
self.handleServerHeartbeat(di)
|
self.handleServerHeartbeat(di)
|
||||||
elif msgtype == CLIENT_ENTER_OBJECT_REQUIRED:
|
elif msgType == CLIENT_ENTER_OBJECT_REQUIRED:
|
||||||
self.handleGenerateWithRequired(di)
|
self.handleGenerateWithRequired(di)
|
||||||
elif msgType == CLIENT_ENTER_OBJECT_REQUIRED_OTHER:
|
elif msgType == CLIENT_ENTER_OBJECT_REQUIRED_OTHER:
|
||||||
self.handleGenerateWithRequiredOther(di)
|
self.handleGenerateWithRequiredOther(di)
|
||||||
|
|
Loading…
Reference in a new issue