From 69488c85c1f3fc945147d86a756ae7dcd1b651d1 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 13 May 2015 15:08:06 +1200 Subject: [PATCH] KCC: remove an unwarranted XXX comment Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- python/samba/kcc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT