diff --git a/pike/smb2.py b/pike/smb2.py index 9db80799..f3c18421 100644 --- a/pike/smb2.py +++ b/pike/smb2.py @@ -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: