KCC: Add fake transport EDGE_TYPE_ALL at most once
commite2eb3f7e9eab0ce0f01f8b0bc563bd97aa157d8f
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 30 Apr 2015 00:41:34 +0000 (30 12:41 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:14 +0000 (12 06:57 +0200)
treef813036ce2261a98929e501f2bec134cc6d8f2aa
parent7f4b7fed1e7619b5cc6af38c8d40dddf840e5737
KCC: Add fake transport EDGE_TYPE_ALL at most once

It was being added in a loop which only ever looped once (because
we only do one transport, IP), so this makes no actual difference
but it is the correct thing.

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