We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427ee7d commit ce63a36Copy full SHA for ce63a36
enum4linux-ng.py
@@ -463,7 +463,7 @@ def valid_ticket(self, ticket_file):
463
# At a later call of lsaquery it might turn out that the domain is different. In this case the
464
# user will be informed via print_hint()
465
def set_domain(self, domain):
466
- if self.domain and self.domain == domain:
+ if self.domain and self.domain.lower() == domain.lower():
467
return True
468
if not self.domain:
469
self.domain = domain
0 commit comments