summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/charcnv.c')
-rw-r--r--source3/lib/charcnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c
index b71e15f44d..30941dd7e8 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.c
@@ -1383,7 +1383,7 @@ static size_t pull_ucs2_base_talloc(TALLOC_CTX *ctx,
CH_UNIX,
src,
src_len,
- (void **)&dest,
+ (void *)&dest,
True);
if (dest_len == (size_t)-1) {
return 0;