Skip to content

Commit

Permalink
Fixe uninitialized value
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan committed Oct 31, 2024
1 parent 8a7538a commit 6c3f26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smbclientng/core/SMBSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ def tree(self, path=None, quiet=False, outputfile=None):

# Initialize variables
prefix_stack = []
prev_is_last = False

try:
# Initialize the generator
Expand Down

0 comments on commit 6c3f26e

Please sign in to comment.