summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-18 02:28:21 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-18 02:28:21 +0000
commitbc3766c5bc55ac7744aaf8cd6871c11b8bf2cfb3 (patch)
tree15e5e893a933313672e8facfec412cedccd4899a /source3/smbd/reply.c
parentb3b44e02f3c0c2f6c4b66bc112e546a08ef45316 (diff)
downloadsamba-bc3766c5bc55ac7744aaf8cd6871c11b8bf2cfb3.tar.gz
samba-bc3766c5bc55ac7744aaf8cd6871c11b8bf2cfb3.tar.bz2
samba-bc3766c5bc55ac7744aaf8cd6871c11b8bf2cfb3.zip
fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
(This used to be commit 3e77d94cd2d693490265b60ad7c576a25902d8ea)
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index c4aadb9dad..1aa4cb988e 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -2250,7 +2250,7 @@ int reply_write_and_X(connection_struct *conn, char *inbuf,char *outbuf,int leng
data = smb_base(inbuf) + smb_doff;
-#ifdef LLARGE_SMB_OFF_T
+#ifdef LARGE_SMB_OFF_T
if(CVAL(inbuf,smb_wct) == 14) {
/*
* This is a large offset (64 bit) write.