[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-153-g47dbddc

Jeremy Allison jra at samba.org
Fri Nov 2 01:30:48 GMT 2007


The branch, v3-2-test has been updated
       via  47dbddcb5361caa30ee60cf4e15bb50d557d1191 (commit)
      from  b481abf5914dcafe5642c4d9394d02603e905bbb (commit)

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


- Log -----------------------------------------------------------------
commit 47dbddcb5361caa30ee60cf4e15bb50d557d1191
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Nov 1 18:30:02 2007 -0700

    Add brackets so as not to break the POSIX caps return.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index 09a8fcc..c9ea029 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -2738,8 +2738,8 @@ cBytesSector=%u, cUnitTotal=%u, cUnitAvail=%d\n", (unsigned int)bsize, (unsigned
 					CIFS_UNIX_EXTATTR_CAP|
 					CIFS_UNIX_POSIX_PATH_OPERATIONS_CAP|
 					CIFS_UNIX_LARGE_READ_CAP|
-					large_write ?
-					CIFS_UNIX_LARGE_WRITE_CAP : 0)));
+					(large_write ?
+					CIFS_UNIX_LARGE_WRITE_CAP : 0))));
 			break;
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list