mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
733d6ea6fa
KCC.is_repsFrom_implied() did more than it sounded like -- it returned a tuple of (implied, dsa), where the dsa was None if and only if implied was False, and a DSA object if implied was True. Thus the implied flag was strictly reduntant and the only caller really only wanted the DSA. Now it just gets the DSA, or None. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
__init__.py | ||
debug.py | ||
graph_utils.py | ||
graph.py | ||
kcc_utils.py | ||
ldif_import_export.py |