Add some const to winbind_userinfo
[samba.git] / source3 / winbindd / idmap_hash / idmap_hash.c
index 42830720f3c5ba32892a5806975f6da560040f86..7d4dd2b5ab01578ff758cd6374a83d3aae364f36 100644 (file)
@@ -276,9 +276,9 @@ static NTSTATUS nss_hash_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 *p_gid )
 {
        NTSTATUS nt_status = NT_STATUS_UNSUCCESSFUL;