1
0
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:
Simo Sorce 2006-12-18 20:04:54 +00:00 committed by Gerald (Jerry) Carter
parent 9291e634c0
commit bb3cf31184

View File

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