[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-691-gf4a1fda

Jeremy Allison jra at samba.org
Tue Apr 8 14:43:53 GMT 2008


The branch, v3-2-test has been updated
       via  f4a1fdaac0dd6b1b241fac9879416c8ad4403eff (commit)
      from  6f239df3f5a57c9549f1637e53fd42d2ed604c3f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit f4a1fdaac0dd6b1b241fac9879416c8ad4403eff
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Apr 8 07:43:30 2008 -0700

    Use size_t for strlen return, not int. Karolin please
    pull.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_tsmsm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_tsmsm.c b/source/modules/vfs_tsmsm.c
index 7dc8b38..4a732bc 100644
--- a/source/modules/vfs_tsmsm.c
+++ b/source/modules/vfs_tsmsm.c
@@ -149,7 +149,7 @@ static bool tsmsm_is_offline(struct vfs_handle_struct *handle,
 	int ret, lerrno;
 	bool offline;
 	char *buf;
-	int buflen;
+	size_t buflen;
 
         /* if the file has more than FILE_IS_ONLINE_RATIO of blocks available,
 	   then assume it is not offline (it may not be 100%, as it could be sparse) */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list