1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00
Douglas Bagnall 2e9fefc738 KCC: use connect_table.values(), not .items() where that's best
The keys in dsa.connect_table objects are fairly arbitrary strings
(containing guids) and are of no use except when we're deleting
connections. Looping over the .items() clutters up the namespace and
potentially confuses or clobbers, given the hugeness of some of these
functions.

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>
2015-05-29 06:58:27 +02:00
..
2015-03-27 01:26:16 +01:00
2015-03-17 11:30:51 +01:00
2015-04-29 22:29:02 +02:00
2015-03-13 23:58:07 +01:00
2015-04-28 20:48:01 +02:00
2015-05-07 20:20:19 +02:00
2011-10-27 17:09:50 +02:00