Jon: Fixed Typo in Unauth Function

This commit is contained in:
Cort Buffington 2013-11-12 15:10:11 -06:00
parent e538def5be
commit 3f0e2724db
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ class UnauthIPSC(IPSC):
# Remove the hash from a packet and return the payload
#
def strip_hash(_self, data):
def strip_hash(_self, _data):
return _data
# Everything is validated, so just return True