diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2015-06-10 16:38:29 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-10-29 05:08:15 +0100 |
commit | 6f78ad24506928f48f5a26bf87f3d4de460f0cde (patch) | |
tree | 857a49209b4eb06067caeb578f0baf9ac78360ad /python | |
parent | 310aa2f3408800498876768091f3533e3332b75b (diff) | |
download | samba-6f78ad24506928f48f5a26bf87f3d4de460f0cde.tar.gz |
KCC: better explain our confusion in colour_vertices comment
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/samba/kcc/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py index 9de9bc36add..c2d36194f7d 100644 --- a/python/samba/kcc/__init__.py +++ b/python/samba/kcc/__init__.py @@ -1501,7 +1501,7 @@ class KCC(object): # here, but using vertex seems to make more sense. That is, # the docs want this: # - #bh = self.get_bridgehead(vertex.site, vertex.part, transport, + #bh = self.get_bridgehead(local_vertex.site, vertex.part, transport, # local_vertex.is_black(), detect_failed) # # TODO WHY????? |