Skip to content

Commit

Permalink
Fix variable typo in master_reg_req
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mjs710 committed Sep 5, 2014
1 parent b13f90f commit 9a99fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmrlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ def datagramReceived(self, data, (host, port)):

# 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)
Expand Down

0 comments on commit 9a99fa5

Please sign in to comment.