s4:lib/ldb-samba/ldif_handlers.c - adaption needed for removed "const" on OIDs
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 19 Dec 2010 15:36:16 +0000 (16:36 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Dec 2010 04:10:37 +0000 (15:10 +1100)
source4/lib/ldb-samba/ldif_handlers.c

index 3fbb3fb5129f623f64e2a9be856b5619451bbc30..58dda5713bf6786d3bf3454c510ae017ed513179 100644 (file)
@@ -666,7 +666,7 @@ static int ldif_write_prefixMap(struct ldb_context *ldb, void *mem_ctx,
 
        for (i=0; i < blob->ctr.dsdb.num_mappings; i++) {
                DATA_BLOB oid_blob;
-               const char *partial_oid = NULL;
+               char *partial_oid = NULL;
 
                if (i > 0) {
                        string = talloc_asprintf_append(string, ";");