1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r8867: try to fix the LOCAL-IRPC test on 64bit platforms

metze
(This used to be commit b7401c142a)
This commit is contained in:
Stefan Metzmacher 2005-07-31 21:47:28 +00:00 committed by Gerald (Jerry) Carter
parent c798d287ed
commit c846ec3398

View File

@ -48,7 +48,7 @@ static BOOL test_addone(TALLOC_CTX *mem_ctx,
NTSTATUS status;
/* make the call */
r.in.in_data = random();
r.in.in_data = random() & 0xFFFFFFFF;
status = IRPC_CALL(msg_ctx1, MSG_ID2, rpcecho, ECHO_ADDONE, &r);
if (!NT_STATUS_IS_OK(status)) {