From 3785912b7d11f5da1b3797f58ec4cae7f8dc7cab Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 22 Jul 2006 19:29:02 +0000 Subject: r17190: Remove a warning from "opi", a 64-bit machine (This used to be commit 844c98eab475ea047aeaae3ef1250897413cc823) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit