1
0
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:
Garming Sam 2016-09-08 13:33:11 +12:00 committed by Garming Sam
parent c730f0b337
commit c0239a9bf6

View File

@ -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