Skip to content
Snippets Groups Projects
Commit 5a555dfb authored by gpotter2's avatar gpotter2 Committed by GitHub
Browse files

Fix ppi_geotag ?

Looks that this line became outdated with the latest versions
parent 21a0cb17
No related branches found
No related tags found
No related merge requests found
...@@ -247,7 +247,6 @@ class HCSIFlagsField(FlagsField): ...@@ -247,7 +247,6 @@ class HCSIFlagsField(FlagsField):
val = 0 val = 0
if (pkt): if (pkt):
for i, name in enumerate(self.names): for i, name in enumerate(self.names):
name = name[0]
value = pkt.getfieldval(name) value = pkt.getfieldval(name)
if value is not None: if value is not None:
val |= 1 << i val |= 1 << i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment