1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r20761: let ldb modules call ldb_set_default_dns()

metze
(This used to be commit 224a31cdbf12a555b8c46786c9f83fec8e839c5a)
This commit is contained in:
Stefan Metzmacher 2007-01-14 13:43:09 +00:00 committed by Gerald (Jerry) Carter
parent 1687e73abe
commit 0c29f6d56d
2 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,7 @@ int ldb_connect_backend(struct ldb_context *ldb, const char *url, const char *op
pet hates about ldapsearch, which is that you have to get a long,
complex basedn right to make any use of it.
*/
static void ldb_set_default_dns(struct ldb_context *ldb)
void ldb_set_default_dns(struct ldb_context *ldb)
{
TALLOC_CTX *tmp_ctx;
int ret;

View File

@ -136,6 +136,7 @@ struct ldb_context {
int ldb_connect_backend(struct ldb_context *ldb, const char *url, const char *options[],
struct ldb_module **backend_module);
void ldb_set_default_dns(struct ldb_context *ldb);
/* The following definitions come from lib/ldb/common/ldb_modules.c */