pyderasn.py | 2 +- diff --git a/pyderasn.py b/pyderasn.py index 1df5c1122d19108a333b2d606acb9097d9c9f398ba65e1a110a4f7efc08a429b..bd342624f2482ca96dae2368445c203a726f232dc4d8e0e4093d9bb956a11460 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -807,7 +807,7 @@ ) obj, tail = self._decode( v, offset=offset + tlen + llen, - decode_path=(), + decode_path=decode_path, ) return obj, (tail if leavemm else tail.tobytes())