mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
518320ae33
Until now the linked attrbutes module has allocated its private data on a per transaction basis, but we prefer to check the sorted links feature less often than that. So the private data struct is given module life time and a transaction member to carry out the old role. In coming patches, the sorted links flag will be used. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>