summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-04-05 12:10:46 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-04-05 15:21:34 -0700
commit20cd9a212158ef7ed2200d8746ae96c2feba6651 (patch)
tree98eea843ffe822ebddf8c00f6cb8c056886b1051 /src/config
parentc87a579a23b27e65ae956bc42cf0a247f2ca0baf (diff)
downloadsssd_unused-20cd9a212158ef7ed2200d8746ae96c2feba6651.tar.gz
sssd_unused-20cd9a212158ef7ed2200d8746ae96c2feba6651.tar.xz
sssd_unused-20cd9a212158ef7ed2200d8746ae96c2feba6651.zip
Fix regression in SSSDConfig.py
https://fedorahosted.org/sssd/ticket/1291
Diffstat (limited to 'src/config')
-rw-r--r--src/config/SSSDConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index c0db52e2..488220a6 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -1967,7 +1967,7 @@ class SSSDConfig(SSSDChangeConf):
for option in self.options(sectionname):
if option['type'] == 'option':
if option['name'] not in domain.get_all_options():
- self.delete_option_subtree(section_subtree['values'], 'option', option['name'], True)
+ self.delete_option_subtree(section_subtree['value'], 'option', option['name'], True)
for option,value in domain.get_all_options().items():
if (type(value) == list):