summaryrefslogtreecommitdiffstats
path: root/source3/libads/ndr.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: correctly detect if the current dc is the closest oneStefan Metzmacher2008-12-131-1/+0
| | | | | | | | | | ads->config.tried_closest_dc was never set. metze Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> (cherry picked from commit dfe5b00db35e1e7c7bb3ba36729fc3f97eb48db3)
* Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-291-0/+118
Guenther (This used to be commit c832882e49ff0dac6a717819dda24ab814253b2f)