KCC: Don't pretend to "load_all_transports"
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Jun 2015 05:12:51 +0000 (17:12 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:15 +0000 (06:57 +0200)
commita6b7a9abc330c8b396ad2b743bef4c3a090fdc9e
treede2fad67cb171363eabda8632b58edf42c5105a6
parent12de3dfe6aad3222052474ff0be259bf2c5c980b
KCC: Don't pretend to "load_all_transports"

Samba doesn't do SMTP, so nor does Samba KCC. Because we were
following the spec, we have had special cases for non-IP transports
in numerous places. This removes a few more of those.

The gains are a loss of complexity and the removal of untestable code.

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>
Conflicts:
python/samba/kcc/__init__.py
python/samba/kcc/__init__.py
python/samba/kcc/graph.py