Skip to content

Commit

Permalink
fix up 2f082, register FileSystemInformation classes in separate table
Browse files Browse the repository at this point in the history
  • Loading branch information
Masen Furer authored and Masen Furer committed Aug 20, 2014
1 parent 2f08281 commit 9338519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pike/smb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ def _decode(self, cur):
table = None

if table is not None and self._file_information_class in table:
cls = self._file_info_map[self._file_information_class]
cls = table[self._file_information_class]
with cur.bounded(cur, end):
cls(self).decode(cur)
else:
Expand Down

0 comments on commit 9338519

Please sign in to comment.