mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
KCC: remove a condition dependant on non-IP transport
Because it is in a loop that ignores non-IP transports Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
e2eb3f7e9e
commit
7c6a6f2bd8
@ -1626,11 +1626,6 @@ class KCC(object):
|
||||
% transport.name)
|
||||
continue
|
||||
|
||||
# FLAG_CR_NTDS_DOMAIN 0x00000002
|
||||
if ((vertex.is_red() and transport.name != "IP" and
|
||||
vertex.part.system_flags & 0x00000002)):
|
||||
continue
|
||||
|
||||
if vertex not in graph.connected_vertices:
|
||||
continue
|
||||
|
||||
|
Reference in New Issue
Block a user