mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
torture: Remove unnecessary whitespace
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
c730f0b337
commit
c0239a9bf6
@ -140,7 +140,7 @@ class LATests(drs_base.DrsBaseTestCase, ExopBaseTest):
|
||||
if link.attid == expected_attid:
|
||||
unpacked = ndr_unpack(drsuapi.DsReplicaObjectIdentifier3,
|
||||
link.value.blob)
|
||||
active = link.flags & drsuapi.DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE
|
||||
active = link.flags & drsuapi.DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE
|
||||
links.append((str(unpacked.dn), bool(active)))
|
||||
|
||||
return links
|
||||
|
Loading…
Reference in New Issue
Block a user