summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_async.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-25 13:51:14 +0200
committerVolker Lendecke <vl@samba.org>2008-05-25 13:53:45 +0200
commit1a1fc2f8146ebc6cda852b236c9589e282e4bd8c (patch)
tree85bd18c702646491695037ef582cdcb9ee96f282 /source3/winbindd/winbindd_async.c
parentaacfa7b3ad7060245d906ea49c39533a6f509f26 (diff)
downloadsamba-1a1fc2f8146ebc6cda852b236c9589e282e4bd8c.tar.gz
samba-1a1fc2f8146ebc6cda852b236c9589e282e4bd8c.tar.xz
samba-1a1fc2f8146ebc6cda852b236c9589e282e4bd8c.zip
Fix two c++ warnings
(This used to be commit 3b1dae7c31b881834ca4494c4434ae97a56ce6c7)
Diffstat (limited to 'source3/winbindd/winbindd_async.c')
-rw-r--r--source3/winbindd/winbindd_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_async.c b/source3/winbindd/winbindd_async.c
index 635bc6b244f..bc0f9d836b4 100644
--- a/source3/winbindd/winbindd_async.c
+++ b/source3/winbindd/winbindd_async.c
@@ -468,7 +468,7 @@ static void listgroups_recv(TALLOC_CTX *mem_ctx, bool success,
}
cont(private_data, True, response->data.name.dom_name,
- response->extra_data.data);
+ (char *)response->extra_data.data);
SAFE_FREE(response->extra_data.data);
}