From 6d7039026c9b6f077f3d2453fb9381be32f332f8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Feb 2007 00:16:21 +0000 Subject: r21205: Fix warning. Trivial patch from "Lunar Child " (This used to be commit 1b75a9ff2d7f91f13fbdfd136b40eca14867bf6f) --- source4/torture/rpc/rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index fb304ce20a..1bb2047340 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -117,7 +117,7 @@ _PUBLIC_ struct torture_tcase *torture_suite_add_rpc_iface_tcase(struct torture_ tcase->setup = torture_rpc_setup; tcase->teardown = torture_rpc_teardown; - tcase->data = table; + tcase->data = (void *)&table; return tcase; } -- cgit