mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r20242: these are not really const as we set them in the function
(This used to be commit 6a0260fb04f4f9066cbc9eea495141ab3f515b47)
This commit is contained in:
parent
9291e634c0
commit
bb3cf31184
@ -65,7 +65,7 @@ BOOL winbind_lookup_name(const char *dom_name, const char *name, DOM_SID *sid,
|
|||||||
/* Call winbindd to convert sid to name */
|
/* Call winbindd to convert sid to name */
|
||||||
|
|
||||||
BOOL winbind_lookup_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
|
BOOL winbind_lookup_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
|
||||||
const char **domain, const char **name,
|
char **domain, char **name,
|
||||||
enum lsa_SidType *name_type)
|
enum lsa_SidType *name_type)
|
||||||
{
|
{
|
||||||
struct winbindd_request request;
|
struct winbindd_request request;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user