[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1506-gc2498d1

Günther Deschner gd at samba.org
Fri May 8 07:57:12 GMT 2009


The branch, master has been updated
       via  c2498d133db4dcb76e636661110b6432d017d13c (commit)
      from  266b79e004470ae1859085ca018fd6aff6836059 (commit)

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


- Log -----------------------------------------------------------------
commit c2498d133db4dcb76e636661110b6432d017d13c
Author: Günther Deschner <gd at samba.org>
Date:   Fri May 8 09:56:40 2009 +0200

    s4-smbtorture: Fix printf info-level mismatch in RPC-SAMR.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index c3076eb..428bc45 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -5151,7 +5151,7 @@ static bool test_QueryDomainInfo(struct dcerpc_pipe *p, struct torture_context *
 	status = dcerpc_samr_SetDomainInfo(p, tctx, &s);
 	if (!NT_STATUS_IS_OK(status)) {
 		printf("SetDomainInfo level %u (set comment) failed - %s\n", 
-		       r.in.level, nt_errstr(status));
+		       s.in.level, nt_errstr(status));
 		return false;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list