Skip to content

Commit

Permalink
KCC: Comment noting verbose nature of construct_intrasite_graph()
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Bartlett <[email protected]>
Signed-off-by: Douglas Bagnall <[email protected]>
Reviewed-by: Garming Sam <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
douglasbagnall authored and abartlet committed May 28, 2015
1 parent c7d39d0 commit 03f45bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source4/scripting/bin/samba_kcc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 03f45bf

Please sign in to comment.