From 2fe79f75847d43a626f64229366a44373a11e7b3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 3 May 2009 22:46:05 +0200 Subject: Fix an invalid type warning --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index be2a854aaf..c9199eb36f 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -5671,7 +5671,7 @@ static bool run_getaddrinfo_send(int dummy) goto fail; } tevent_req_set_callback(reqs[i], getaddrinfo_finished, - names[i]); + (void *)names[i]); } for (i=0; i