summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-07-22 19:29:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:18 -0500
commit3785912b7d11f5da1b3797f58ec4cae7f8dc7cab (patch)
tree11831df4dcdbb8f045006b35afe9df41effe7c3a /source3/torture
parent19cc80b40f06a1c4d64b174b544c1631024c0034 (diff)
downloadsamba-3785912b7d11f5da1b3797f58ec4cae7f8dc7cab.tar.gz
samba-3785912b7d11f5da1b3797f58ec4cae7f8dc7cab.tar.bz2
samba-3785912b7d11f5da1b3797f58ec4cae7f8dc7cab.zip
r17190: Remove a warning from "opi", a 64-bit machine
(This used to be commit 844c98eab475ea047aeaae3ef1250897413cc823)
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 961c9c89fd..c94a660f84 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -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);
}
}