1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r17190: Remove a warning from "opi", a 64-bit machine

This commit is contained in:
Volker Lendecke 2006-07-22 19:29:02 +00:00 committed by Gerald (Jerry) Carter
parent b185fb9fa6
commit 844c98eab4

View File

@ -4258,7 +4258,7 @@ BOOL torture_ioctl_test(int dummy)
if (NT_STATUS_IS_OK(status)) {
printf("ioctl 0x%x OK : %d bytes\n", (int)code,
blob.length);
(int)blob.length);
data_blob_free(&blob);
}
}