summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/asq.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-10-22 21:15:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:33 -0500
commit52030310076002bfa94fd3332f28f38b5a185890 (patch)
tree7314a0d2b9e027467a2372e9809d2cb0173b7c1e /source4/lib/ldb/modules/asq.c
parent68453d1da2ad68c1e9cb5d42eb71822ae6f0117b (diff)
downloadsamba-52030310076002bfa94fd3332f28f38b5a185890.tar.gz
samba-52030310076002bfa94fd3332f28f38b5a185890.tar.bz2
samba-52030310076002bfa94fd3332f28f38b5a185890.zip
r19452: Warn but don't die if registering against the rootdse is not possible
(This used to be commit 4ad2eba2aa7711d480a844766e2dd3da938b3413)
Diffstat (limited to 'source4/lib/ldb/modules/asq.c')
-rw-r--r--source4/lib/ldb/modules/asq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c
index 354bbf2bc8..2fed6aac50 100644
--- a/source4/lib/ldb/modules/asq.c
+++ b/source4/lib/ldb/modules/asq.c
@@ -454,8 +454,7 @@ static int asq_init(struct ldb_module *module)
ret = ldb_request(module->ldb, req);
if (ret != LDB_SUCCESS) {
- ldb_debug(module->ldb, LDB_DEBUG_ERROR, "asq: Unable to register control with rootdse!\n");
- return LDB_ERR_OTHER;
+ ldb_debug(module->ldb, LDB_DEBUG_WARNING, "asq: Unable to register control with rootdse!\n");
}
return ldb_next_init(module);