Rev 11380: Revert my previous fix, should've been more careful here. Will have another in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Wed Feb 7 01:09:05 GMT 2007


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

------------------------------------------------------------
revno: 11380
revision-id: jelmer at samba.org-20070207010731-ilhyu2k271op2yxh
parent: svn-v2:21205 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 02:07:31 +0100
message:
  Revert my previous fix, should've been more careful here. Will have another 
  look tomorrow, once I'm a bit more rested.
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	2007-02-07 00:16:21 +0000
+++ b/source/torture/rpc/rpc.c	2007-02-07 01:07:31 +0000
@@ -117,7 +117,7 @@
 
 	tcase->setup = torture_rpc_setup;
 	tcase->teardown = torture_rpc_teardown;
-	tcase->data = (void *)&table;
+	tcase->data = table;
 
 	return tcase;
 }



More information about the samba-cvs mailing list