diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-15 10:01:26 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-15 10:01:26 -0700 |
commit | 8fa5e567e76d4edb818d4cd88886918470d78ad1 (patch) | |
tree | 158ae6f521152da00b0bd008aaef2a84e6656259 /source3/utils/net_rpc.c | |
parent | 62dd3aadd7ee9a8abbdd42caaa140105b1b1e8d9 (diff) | |
download | samba-8fa5e567e76d4edb818d4cd88886918470d78ad1.tar.gz samba-8fa5e567e76d4edb818d4cd88886918470d78ad1.tar.bz2 samba-8fa5e567e76d4edb818d4cd88886918470d78ad1.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 'source3/utils/net_rpc.c')
0 files changed, 0 insertions, 0 deletions