diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2015-05-13 15:08:06 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-06-12 06:57:17 +0200 |
commit | 69488c85c1f3fc945147d86a756ae7dcd1b651d1 (patch) | |
tree | 67effbc33a1c1a53d220fd87908876dab3ffdd73 /python | |
parent | b5a294eb50f2303298c146d4a73a35bc61b3b44e (diff) | |
download | samba-69488c85c1f3fc945147d86a756ae7dcd1b651d1.tar.gz |
KCC: remove an unwarranted XXX comment
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>
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 7836aee779e..9dbd0f56dcd 100644 --- a/python/samba/kcc/__init__.py +++ b/python/samba/kcc/__init__.py @@ -645,7 +645,7 @@ class KCC(object): dsdb.NTDSCONN_OPT_OVERRIDE_NOTIFY_DEFAULT) != 0x0): if (cn_conn.options & dsdb.NTDSCONN_OPT_USE_NOTIFY) == 0x0: - # XXX WARNING + # WARNING # # it LOOKS as if this next test is a bit silly: it # checks the flag then sets it if it not set; the same |