Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Former-commit-id: b0d3e53 [formerly b0d3e53 [formerly b0d3e53 [formerly 12fb4af]]]
Former-commit-id: 394f80cecd0fef538365a3c085ab7a77a9e7538b
Former-commit-id: 3905d1a
Former-commit-id: 676ad44
  • Loading branch information
AlessandroZ committed Dec 20, 2016
1 parent d3e1ceb commit 2f73eae
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 2f73eae

Please sign in to comment.