mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
Remove the copy of ldb from Samba 3.
There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
This commit is contained in:
@ -21,7 +21,11 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#if _SAMBA_BUILD_ == 3
|
||||
#include "lib/ldb_compat.h"
|
||||
#else
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#endif
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#include "librpc/gen_ndr/ndr_misc.h"
|
||||
#include "libcli/ldap/ldap_ndr.h"
|
||||
|
Reference in New Issue
Block a user