Rev 11379: Fix warning. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Tue Feb 6 23:56:34 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11379
revision-id: jelmer at samba.org-20070206235608-980jutwyp43708k6
parent: svn-v2:21187 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Wed 2007-02-07 00:56:08 +0100
message:
  Fix warning.
  
  Trivial patch from "Lunar Child <luch at etersoft.ru>"
modified:
  source/torture/rpc/rpc.c       svn-v2:14379 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2frpc%2frpc.c
=== modified file 'source/torture/rpc/rpc.c'
--- a/source/torture/rpc/rpc.c	2006-12-12 23:48:28 +0000
+++ b/source/torture/rpc/rpc.c	2007-02-06 23:56:08 +0000
@@ -117,7 +117,7 @@
 
 	tcase->setup = torture_rpc_setup;
 	tcase->teardown = torture_rpc_teardown;
-	tcase->data = table;
+	tcase->data = (void *)&table;
 
 	return tcase;
 }



More information about the samba-cvs mailing list