From f8cc73e61f748710bf109554b641a24d8f87cfba Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 12 Aug 2016 11:50:07 +1200 Subject: [PATCH] KCC: Fix misnamed variable in DSA object Found by Garming. Unlikely to affect anyone. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12143 Pair-programmed-with: Garming Sam Signed-off-by: Douglas Bagnall Signed-off-by: Garming Sam --- python/samba/kcc/kcc_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/kcc/kcc_utils.py b/python/samba/kcc/kcc_utils.py index 190b93f..2c3e322 100644 --- a/python/samba/kcc/kcc_utils.py +++ b/python/samba/kcc/kcc_utils.py @@ -564,7 +564,7 @@ class DirectoryServiceAgent(object): self.dsa_ivid = None self.dsa_is_ro = False self.dsa_is_istg = False - self.dsa_options = 0 + self.options = 0 self.dsa_behavior = 0 self.default_dnstr = None # default domain dn string for dsa -- 2.7.4