Skip to content

Commit 2a6b4c7

Browse files
committed
Formatting
1 parent ad637e1 commit 2a6b4c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/ldap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def resolve_and_display_hostname(name, domain_name=None):
875875
trust_direction = int(trust["trustDirection"])
876876
trust_type = int(trust["trustType"])
877877
trust_attributes = int(trust["trustAttributes"])
878-
878+
879879
# See: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/e9a2d23c-c31e-4a6f-88a0-6646fdb51a3c
880880
trust_attribute_flags = {
881881
0x1: "Non-Transitive",

0 commit comments

Comments
 (0)