1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00
Volker Lendecke c0f12170e8 idmap_rfc2307: Don't stop after 30 entries
We start over again and again, so we need to search in the whole list.
This is a quick hack generating a bad O(n^2). The real fix is to
call idmap_rfc2307_find_map with "maps" starting at the right offset,
but that's an optimization for later when it's restructured

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12757

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
2017-05-08 21:08:23 +02:00
..
2014-01-03 05:04:44 +01:00
2017-02-22 08:26:22 +01:00
2017-02-22 08:26:22 +01:00
2017-05-05 11:50:55 +02:00
2017-02-22 08:26:22 +01:00
2017-02-22 08:26:22 +01:00
2017-05-04 20:36:50 +02:00
2013-05-18 16:32:38 +02:00
2015-03-17 11:30:52 +01:00
2017-04-20 14:23:14 +02:00