From: Volker Lendecke Date: Wed, 25 Jul 2007 18:39:10 +0000 (+0000) Subject: r24046: Fix a 64-bit warning X-Git-Tag: samba-4.0.0alpha6~801^2~5248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5cdc454aadf2d3d93d80524d2c84990f239aaa0;p=thirdparty%2Fsamba.git r24046: Fix a 64-bit warning (This used to be commit a2ecc34aa43f810e68815c25016da1d184a21a04) --- diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 41ca060d561..1159589e8d3 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -1224,7 +1224,7 @@ static void process_smb(char *inbuf, size_t nread) DEBUG( 6, ( "got message type 0x%x of len 0x%x\n", msg_type, smb_len(inbuf) ) ); - DEBUG( 3, ( "Transaction %d of length %d\n", trans_num, nread ) ); + DEBUG( 3, ( "Transaction %d of length %d\n", trans_num, (int)nread ) ); if (msg_type != 0) { /*