mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix uninitialized attributes.
This commit is contained in:
committed by
Martin Kosek
parent
ccde115421
commit
5700920627
@@ -45,6 +45,8 @@ class ACI:
|
||||
"""
|
||||
def __init__(self,acistr=None):
|
||||
self.name = None
|
||||
self.source_group = None
|
||||
self.dest_group = None
|
||||
self.orig_acistr = acistr
|
||||
self.target = {}
|
||||
self.action = "allow"
|
||||
|
||||
Reference in New Issue
Block a user