KCC: remove useless comments and simplify get_dsa_for_implied_replica()
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 25 Jun 2015 04:38:29 +0000 (16:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 29 Oct 2015 04:08:15 +0000 (05:08 +0100)
commit0f8f99f6af2785d6774ca9436b6eef2078a246df
tree4018db646f09971433825fa920eb3f1b44c0d4d0
parent24ae662eaee03a0e5d1046acf6882bc6842f518a
KCC: remove useless comments and simplify get_dsa_for_implied_replica()

These comments are a close reflection (or possibly copy/paste) of the
spec, but our code here no longer resembles the spec. We end up just
glazing over when we see comments and losing track of the flow of code.

If you want the spec just look at the spec.

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>
python/samba/kcc/__init__.py