mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
KCC: Comment noting verbose nature of construct_intrasite_graph()
Signed-off-by: Andrew Bartlett <abartlet@samba.org> 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:
parent
c7d39d0a52
commit
03f45bf75f
@ -1999,10 +1999,10 @@ class KCC(object):
|
||||
#
|
||||
# XXX This loop and the previous one differ only in whether
|
||||
# the replica is partial or not. here we only accept partial
|
||||
# (because we're partial); before we onl accepted full. if
|
||||
# order doen't matter (and it doesn't seem to as we're using
|
||||
# hash ordering here) these loops could easily be merged. Or
|
||||
# this could be a helper function.
|
||||
# (because we're partial); before we only accepted full. Order
|
||||
# doen't matter (the list is sorted a few lines down) so these
|
||||
# loops could easily be merged. Or this could be a helper
|
||||
# function.
|
||||
|
||||
if partial:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user