The branch, master has been updated via a5e0f43... s4-dsdb: don't call ldb_next_init() twice in objectclass module from 99ba74b... s3: Fix a "not handled in switch" warning
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit a5e0f433de3e3890be0af64c26665daca658e4b6 Author: Andrew Tridgell <tri...@samba.org> Date: Mon Nov 30 16:48:31 2009 +1100 s4-dsdb: don't call ldb_next_init() twice in objectclass module ----------------------------------------------------------------------- Summary of changes: source4/dsdb/samdb/ldb_modules/objectclass.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/dsdb/samdb/ldb_modules/objectclass.c b/source4/dsdb/samdb/ldb_modules/objectclass.c index 82b8835..c47e360 100644 --- a/source4/dsdb/samdb/ldb_modules/objectclass.c +++ b/source4/dsdb/samdb/ldb_modules/objectclass.c @@ -1150,7 +1150,7 @@ static int objectclass_init(struct ldb_module *module) /* Look for the opaque to indicate we might have to cut down the DN of defaultObjectCategory */ ldb_module_set_private(module, ldb_get_opaque(ldb, DSDB_EXTENDED_DN_STORE_FORMAT_OPAQUE_NAME)); - return ldb_next_init(module); + return ret; } _PUBLIC_ const struct ldb_module_ops ldb_objectclass_module_ops = { -- Samba Shared Repository