[SCM] Samba Shared Repository - branch master updated

Kamen Mazdrashki kamenim at samba.org
Thu Jul 8 22:07:33 MDT 2010


The branch, master has been updated
       via  6a0d366... s4: fix warning: unused variable ‘i’
      from  966641b... s3-dcerpc: Use dcerpc_pull_dcerpc_auth in api_pipe_bind_auth3()

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


- Log -----------------------------------------------------------------
commit 6a0d3665e2a2cd9cbae4096c82418f9b0406161f
Author: Kamen Mazdrashki <kamenim at samba.org>
Date:   Thu Jul 8 21:04:13 2010 +0300

    s4: fix warning: unused variable ‘i’

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

Summary of changes:
 source4/lib/ldb/common/ldb_modules.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c
index e4e2c15..a0e8b7e 100644
--- a/source4/lib/ldb/common/ldb_modules.c
+++ b/source4/lib/ldb/common/ldb_modules.c
@@ -399,7 +399,6 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[])
 {
 	const char *modules_string;
 	const char **modules = NULL;
-	unsigned int i;
 	int ret;
 	TALLOC_CTX *mem_ctx = talloc_new(ldb);
 	if (!mem_ctx) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list