svn commit: samba r21370 - in branches/SAMBA_3_0_25/source/smbd: .

idra at samba.org idra at samba.org
Thu Feb 15 16:51:31 GMT 2007


Author: idra
Date: 2007-02-15 16:51:30 +0000 (Thu, 15 Feb 2007)
New Revision: 21370

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

Log:

check into 3.0.25 as well


Modified:
   branches/SAMBA_3_0_25/source/smbd/dfree.c


Changeset:
Modified: branches/SAMBA_3_0_25/source/smbd/dfree.c
===================================================================
--- branches/SAMBA_3_0_25/source/smbd/dfree.c	2007-02-15 16:50:14 UTC (rev 21369)
+++ branches/SAMBA_3_0_25/source/smbd/dfree.c	2007-02-15 16:51:30 UTC (rev 21370)
@@ -66,7 +66,7 @@
 SMB_BIG_UINT sys_disk_free(connection_struct *conn, const char *path, BOOL small_query, 
                               SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize)
 {
-	int dfree_retval;
+	SMB_BIG_UINT dfree_retval;
 	SMB_BIG_UINT dfree_q = 0;
 	SMB_BIG_UINT bsize_q = 0;
 	SMB_BIG_UINT dsize_q = 0;



More information about the samba-cvs mailing list