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 <[email protected]>
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

Reply via email to