From 2953725338aa9c49564afe623cfc95fc44b5c734 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 Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Fri Aug 12 08:20:31 CEST 2016 on sn-devel-144 (cherry picked from commit e7ad8727be6d947f31ca2ca9bfee81b2a34f25a5) --- 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 -- 1.9.1