KCC: reword comment, removing unwarranted XXX
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 13 May 2015 03:08:47 +0000 (15:08 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:17 +0000 (06:57 +0200)
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

index 9dbd0f56dcd432ff441fc99461ab80dc8efc1061..fb2e2af2901c382527021e4cb6574987ef41ebd1 100644 (file)
@@ -770,11 +770,11 @@ class KCC(object):
 
         # See (NOTE MS-TECH INCORRECT) above
 
-        # XXX it looks like these conditionals are pointless, because
-        # the state will end up as `t_repsFrom.dns_name1 == nastr` in
-        # either case, BUT the repsFrom thing is magic and assigning
-        # to it alters some flags. So we try not to update it unless
-        # necessary.
+        # NOTE: it looks like these conditionals are pointless,
+        # because the state will end up as `t_repsFrom.dns_name1 ==
+        # nastr` in either case, BUT the repsFrom thing is magic and
+        # assigning to it alters some flags. So we try not to update
+        # it unless necessary.
         if t_repsFrom.dns_name1 != nastr:
             t_repsFrom.dns_name1 = nastr