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:
parent
fc3f41a4ab
commit
46aa8a5e89
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user