Fix more compiler warnings in various places.
[tprouty/samba.git] / source4 / utils / ad2oLschema.c
index 2e3139d9c75300e515e3f1be914d8c840ca29563..29fda09f3c4da8222648f3172b6e983b5d5f5eb9 100644 (file)
@@ -304,8 +304,8 @@ static struct schema_conv process_convert(struct ldb_context *ldb, enum dsdb_sch
                const char *oid = objectclass->governsID_oid;
                const char *subClassOf = objectclass->subClassOf;
                int objectClassCategory = objectclass->objectClassCategory;
-               char **must;
-               char **may;
+               const char **must;
+               const char **may;
                char *schema_entry = NULL;
                const char *objectclass_name_as_list[] = {
                        objectclass->lDAPDisplayName,