1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4-lsa: fixed breakage of lsa server

This commit is contained in:
Andrew Tridgell 2009-10-22 19:05:02 +11:00
parent 9c9e853c77
commit 77991fc6f8

View File

@ -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;
}