[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1261-g1a39007

Andrew Bartlett abartlet at samba.org
Fri Apr 24 07:43:21 GMT 2009


The branch, master has been updated
       via  1a3900710192152bebfbc1cdcb0fae724083b42a (commit)
      from  bfa753f1c0b8687f33fc9f2e90011e8f1786d1ae (commit)

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


- Log -----------------------------------------------------------------
commit 1a3900710192152bebfbc1cdcb0fae724083b42a
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Apr 24 09:35:24 2009 +0200

    s4:torture Fix segfault in RPC-SAMSYNC
    
    This code needs to be fixed to match Win2008 behavior, but at least it
    does not segfault any more.
    
    Andrew Bartlett

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/samsync.c b/source4/torture/rpc/samsync.c
index a67a06d..4cecab4 100644
--- a/source4/torture/rpc/samsync.c
+++ b/source4/torture/rpc/samsync.c
@@ -177,7 +177,7 @@ static struct policy_handle *samsync_open_domain(TALLOC_CTX *mem_ctx,
 	o.in.sid = *l.out.sid;
 	o.out.domain_handle = domain_handle;
 	
-	if (sid) {
+	if (sid_p) {
 		*sid_p = *l.out.sid;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list