From 03f45bf75f1ef33997c66f394e5063f8ddf15df5 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 23 Apr 2015 11:45:33 +1200 Subject: [PATCH] KCC: Comment noting verbose nature of construct_intrasite_graph() Signed-off-by: Andrew Bartlett Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- source4/scripting/bin/samba_kcc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc index 597189420a0..a83e1a1c7ca 100755 --- a/source4/scripting/bin/samba_kcc +++ b/source4/scripting/bin/samba_kcc @@ -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: -- 2.11.4.GIT