diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-15 10:01:26 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-15 14:52:00 -0700 |
commit | e1abb39388a154b405583bd55eb4bb9c8cfa13fe (patch) | |
tree | ac6a8b6a098583a615c1062f794a4dc9776c05ff /swat/lang | |
parent | 4861194f39bf826f3405452adc172cf5c240715b (diff) | |
download | samba-e1abb39388a154b405583bd55eb4bb9c8cfa13fe.tar.gz samba-e1abb39388a154b405583bd55eb4bb9c8cfa13fe.tar.bz2 samba-e1abb39388a154b405583bd55eb4bb9c8cfa13fe.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 'swat/lang')
0 files changed, 0 insertions, 0 deletions