[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Thu Oct 22 02:05:48 MDT 2009


The branch, master has been updated
       via  77991fc... s4-lsa: fixed breakage of lsa server
      from  9c9e853... s4-torture: fixed double free in libnet_group test

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


- Log -----------------------------------------------------------------
commit 77991fc6f817e05b684a9b6de4c061258ade87eb
Author: Andrew Tridgell <tridge at samba.org>
Date:   Thu Oct 22 19:05:02 2009 +1100

    s4-lsa: fixed breakage of lsa server

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

Summary of changes:
 source4/rpc_server/lsa/lsa_lookup.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/rpc_server/lsa/lsa_lookup.c b/source4/rpc_server/lsa/lsa_lookup.c
index 27371ea..a164ad6 100644
--- a/source4/rpc_server/lsa/lsa_lookup.c
+++ b/source4/rpc_server/lsa/lsa_lookup.c
@@ -419,6 +419,7 @@ static NTSTATUS dcesrv_lsa_lookup_name(struct tevent_context *ev_ctx,
 			return STATUS_SOME_UNMAPPED;
 		}
 
+		dom_sid_split_rid(NULL, *sid, NULL, rid);
 		return NT_STATUS_OK;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list