summaryrefslogtreecommitdiff
path: root/howto4.txt
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-15 10:01:26 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-15 11:48:12 -0700
commitf1ce4f994523cde775210e06dd7e36c6715b352b (patch)
tree17d95fbef5029431ac00393c84eb43cb8aaaad3e /howto4.txt
parentaf1e7e1c51d1ae60f52dd2d1a71ca33c90aa5b6e (diff)
downloadsamba-f1ce4f994523cde775210e06dd7e36c6715b352b.tar.gz
samba-f1ce4f994523cde775210e06dd7e36c6715b352b.tar.bz2
samba-f1ce4f994523cde775210e06dd7e36c6715b352b.zip
s4-dsdb: use DLIST_ADD() not DLIST_ADD_END()
Using DLIST_ADD_END() to construct a long list is very inefficient (it is O(n^2). These lists are not ordered, so using DLIST_ADD() is much better.
Diffstat (limited to 'howto4.txt')
0 files changed, 0 insertions, 0 deletions