[SCM] Samba Shared Repository - branch master updated - 958186df2a79c42ddb101059d5f1871327ad4088

Jelmer Vernooij jelmer at samba.org
Tue Jan 6 20:53:17 GMT 2009


The branch, master has been updated
       via  958186df2a79c42ddb101059d5f1871327ad4088 (commit)
      from  63e7c2fef81705afce2be7da9b7e5e1870c64f53 (commit)

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


- Log -----------------------------------------------------------------
commit 958186df2a79c42ddb101059d5f1871327ad4088
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Jan 6 21:52:54 2009 +0100

    Fix compilation, remove unused variables.

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

Summary of changes:
 source4/torture/rpc/samr.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index b1ebe30..8af9867 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -30,6 +30,7 @@
 #include "libcli/auth/libcli_auth.h"
 #include "libcli/security/security.h"
 #include "torture/rpc/rpc.h"
+#include "param/param.h"
 
 #include <unistd.h>
 
@@ -2642,7 +2643,6 @@ static bool test_SamLogon_Creds(struct dcerpc_pipe *p, struct torture_context *t
 	uint8_t authoritative;
 	struct netr_NetworkInfo ninfo;
 	DATA_BLOB names_blob, chal, lm_resp, nt_resp;
-	int i;
 	int flags = CLI_CRED_NTLM_AUTH;
 
 	if (lp_client_lanman_auth(tctx->lp_ctx)) {
@@ -2786,7 +2786,6 @@ static bool test_SetPassword_level(struct dcerpc_pipe *p,
 {
 	const char *fields = NULL;
 	bool ret = true;
-	struct cli_credentials *test_credentials;
 
 	switch (level) {
 	case 21:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list