1
0
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:
Douglas Bagnall
2015-04-30 12:44:51 +12:00
committed by Andrew Bartlett
parent e2eb3f7e9e
commit 7c6a6f2bd8

View File

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