Fix variable typo in master_reg_req

This commit is contained in:
Cort Buffington 2014-09-05 14:13:18 -05:00
parent b13f90f971
commit 9a99fa585b
1 changed files with 1 additions and 1 deletions

View File

@ -1248,7 +1248,7 @@ class IPSC(DatagramProtocol):
# REQUEST TO REGISTER TO THE IPSC
elif _packettype == MASTER_REG_REQ:
self.master_reg_req(data, peerid, host, port)
self.master_reg_req(data, _peerid, host, port)
return
# REQUEST FOR A KEEP-ALIVE REPLY (WE KNOW THE PEER IS STILL ALIVE TOO)