[SCM] Samba Shared Repository - branch master updated

Nadezhda Ivanova nivanova at samba.org
Thu Aug 26 08:38:11 MDT 2010


The branch, master has been updated
       via  ff20378 s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()
      from  a571487 s4-dsdb: Added utility functions for retrieving dSHeuristics from the module stack

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ff2037876f80d5e49bf341bdcd1e8c13adc7b247
Author: Nadezhda Ivanova <nivanova at samba.org>
Date:   Thu Aug 26 17:37:49 2010 +0300

    s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()

-----------------------------------------------------------------------

Summary of changes:
 source4/dsdb/samdb/ldb_modules/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/util.c b/source4/dsdb/samdb/ldb_modules/util.c
index 86417e6..2323085 100644
--- a/source4/dsdb/samdb/ldb_modules/util.c
+++ b/source4/dsdb/samdb/ldb_modules/util.c
@@ -1162,7 +1162,7 @@ const struct ldb_val *dsdb_module_find_dsheuristics(struct ldb_module *module,
 	struct ldb_result *res;
 
 	new_dn = ldb_dn_copy(mem_ctx, ldb_get_config_basedn(ldb));
-	if ( !ldb_dn_add_child_fmt(new_dn,
+	if (!ldb_dn_add_child_fmt(new_dn,
 				   "CN=Directory Service,CN=Windows NT,CN=Services")) {
 		talloc_free(new_dn);
 		return NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list