svn commit: samba r17190 - in branches/SAMBA_3_0/source/torture: .

vlendec at samba.org vlendec at samba.org
Sat Jul 22 19:29:02 GMT 2006


Author: vlendec
Date: 2006-07-22 19:29:02 +0000 (Sat, 22 Jul 2006)
New Revision: 17190

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17190

Log:
Remove a warning from "opi", a 64-bit machine
Modified:
   branches/SAMBA_3_0/source/torture/torture.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_3_0/source/torture/torture.c	2006-07-22 19:26:52 UTC (rev 17189)
+++ branches/SAMBA_3_0/source/torture/torture.c	2006-07-22 19:29:02 UTC (rev 17190)
@@ -4258,7 +4258,7 @@
 
 			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);
 			}
 		}



More information about the samba-cvs mailing list