minor fix

This commit is contained in:
lgandx
2014-08-16 08:20:43 -04:00
parent 0660cc2fe7
commit 235f0fa8ae

View File

@@ -315,7 +315,7 @@ def Validate_NBT_NS(data,Wredirect):
return True
else:
return True
return False
def Decode_Name(nbname):
#From http://code.google.com/p/dpkt/ with author's permission.