mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r20242: these are not really const as we set them in the function
(This used to be commit 6a0260fb04
)
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 */
|
||||
|
||||
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)
|
||||
{
|
||||
struct winbindd_request request;
|
||||
|
Loading…
Reference in New Issue
Block a user