summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/nsswitch/idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/idmap.c b/source/nsswitch/idmap.c
index 676ab6eb53a..49ed62bfef1 100644
--- a/source/nsswitch/idmap.c
+++ b/source/nsswitch/idmap.c
@@ -367,7 +367,7 @@ NTSTATUS idmap_init(void)
/* terminate */
dl[1] = NULL;
- dom_list = dl;
+ dom_list = (const char **)dl;
default_domain = dl[0];
}