summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/nss_info_template.c')
-rw-r--r--source3/winbindd/nss_info_template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/nss_info_template.c b/source3/winbindd/nss_info_template.c
index f44c73f3a6..12d9c51896 100644
--- a/source3/winbindd/nss_info_template.c
+++ b/source3/winbindd/nss_info_template.c
@@ -37,9 +37,9 @@ static NTSTATUS nss_template_get_info( struct nss_domain_entry *e,
TALLOC_CTX *ctx,
ADS_STRUCT *ads,
LDAPMessage *msg,
- char **homedir,
- char **shell,
- char **gecos,
+ const char **homedir,
+ const char **shell,
+ const char **gecos,
gid_t *gid )
{
if ( !homedir || !shell || !gecos )