summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
diff options
context:
space:
mode:
authorGerald (Jerry) Carter <jerry@samba.org>2007-11-01 21:30:43 -0400
committerGerald (Jerry) Carter <jerry@samba.org>2007-11-01 21:30:43 -0400
commit31286b302a4c42b9e878a9531604ea87b35dd8a9 (patch)
treee8a081f44d3d89da895902a44492a8fb8cae64da /source3/smbd/trans2.c
parent88ee61625a5de5e443d14c54eab91a90d87cda85 (diff)
parent8bad80efb016dbd1aa392bbbc2b954d4dc9e3906 (diff)
downloadsamba-31286b302a4c42b9e878a9531604ea87b35dd8a9.tar.gz
samba-31286b302a4c42b9e878a9531604ea87b35dd8a9.tar.bz2
samba-31286b302a4c42b9e878a9531604ea87b35dd8a9.zip
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
(This used to be commit 779353b86d1699324149896f1ffa237c6ebe46ec)
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r--source3/smbd/trans2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 09a8fcc876..c9ea02969b 100644
--- a/source3/smbd/trans2.c
+++ b/source3/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;
}