1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r18516: I'm surprised that compilers allowed this at all

This commit is contained in:
Andrew Tridgell 2006-09-14 11:43:59 +00:00 committed by Gerald (Jerry) Carter
parent fc3f41a4ab
commit 46aa8a5e89

View File

@ -81,12 +81,12 @@ static NTSTATUS irpc_EchoData(struct irpc_message *irpc, struct echo_EchoData *r
test a addone call over the internal messaging system
*/
static BOOL test_addone(struct torture_context *test, const void *_data,
const void *_value)
const void *_value)
{
struct echo_AddOne r;
NTSTATUS status;
const struct irpc_test_data *data = _data;
uint32_t value = (uint32_t)value;
uint32_t value = (uint32_t)_value;
/* make the call */
r.in.in_data = value;