summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-09-29 20:18:14 +0000
committerJeremy Allison <jra@samba.org>2000-09-29 20:18:14 +0000
commitb8b683de77810c315f1984a68d128908347dc409 (patch)
tree7f70ee72d53ddbf71e699d9a0ee91e13829c95cc /source/smbd/reply.c
parent08e04b8267705b3e2f34e6bcd86ce77f2a3e7b53 (diff)
downloadsamba-b8b683de77810c315f1984a68d128908347dc409.tar.gz
samba-b8b683de77810c315f1984a68d128908347dc409.tar.xz
samba-b8b683de77810c315f1984a68d128908347dc409.zip
Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't
seem to peturb much. Jeremy.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r--source/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 8624bdb9b4a..96a43b48c82 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -4025,7 +4025,7 @@ int reply_lockingX(connection_struct *conn, char *inbuf,char *outbuf,int length,
char *data;
uint32 ecode=0, dummy2;
int eclass=0, dummy1;
- BOOL large_file_format = (locktype & LOCKING_ANDX_LARGE_FILES);
+ BOOL large_file_format = (locktype & LOCKING_ANDX_LARGE_FILES)?True:False;
BOOL err;
CHECK_FSP(fsp,conn);