Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Former-commit-id: 12fb4af
  • Loading branch information
AlessandroZ committed Dec 20, 2016
1 parent 087dcae commit b0d3e53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Windows/laZagne.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ def runLaZagne(category_choosed='all'):
for sid in impersonateUsers[user]:
try:
set_env_variables(user, toImpersonate=True)
if not impersonate_sid_long_handle(sid, close=False):
continue
# time.sleep(3)
impersonate_sid_long_handle(sid, close=False)

_cannot_be_impersonate_using_tokens = False
_need_system_privileges = False
Expand Down

0 comments on commit b0d3e53

Please sign in to comment.