From 7180ae0b8e866d99de6827841970f16486eec7cd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 Aug 2009 10:38:13 -0400 Subject: Add some const to winbind_userinfo --- source3/winbindd/idmap_ad.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/winbindd/idmap_ad.c') diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 3791a86876..4e1ca346c0 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -822,9 +822,9 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, TALLOC_CTX *mem_ctx, ADS_STRUCT *ads, LDAPMessage *msg, - char **homedir, - char **shell, - char **gecos, + const char **homedir, + const char **shell, + const char **gecos, uint32 *gid ) { const char *attrs[] = {NULL, /* attr_homedir */ -- cgit