git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9c9e853
)
s4-lsa: fixed breakage of lsa server
author
Andrew Tridgell
<tridge@samba.org>
Thu, 22 Oct 2009 08:05:02 +0000
(19:05 +1100)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 22 Oct 2009 08:05:02 +0000
(19:05 +1100)
source4/rpc_server/lsa/lsa_lookup.c
patch
|
blob
|
history
diff --git
a/source4/rpc_server/lsa/lsa_lookup.c
b/source4/rpc_server/lsa/lsa_lookup.c
index 27371ea8d1d339673dca39be023c0590ecf67234..a164ad6d94ecb831b05a9c92eae1ca8f8f917775 100644
(file)
--- 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;
}