Fix variable typo in master_reg_req
This commit is contained in:
parent
b13f90f971
commit
9a99fa585b
@ -1248,7 +1248,7 @@ class IPSC(DatagramProtocol):
|
|||||||
|
|
||||||
# REQUEST TO REGISTER TO THE IPSC
|
# REQUEST TO REGISTER TO THE IPSC
|
||||||
elif _packettype == MASTER_REG_REQ:
|
elif _packettype == MASTER_REG_REQ:
|
||||||
self.master_reg_req(data, peerid, host, port)
|
self.master_reg_req(data, _peerid, host, port)
|
||||||
return
|
return
|
||||||
|
|
||||||
# REQUEST FOR A KEEP-ALIVE REPLY (WE KNOW THE PEER IS STILL ALIVE TOO)
|
# REQUEST FOR A KEEP-ALIVE REPLY (WE KNOW THE PEER IS STILL ALIVE TOO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user