summaryrefslogtreecommitdiffstats
path: root/source/smbd
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
commit3e77d94cd2d693490265b60ad7c576a25902d8ea (patch)
tree9bed712ea3911289fa489ec94c3cb72650ddf3da /source/smbd
parentc1bd188744b0df950f2e00550c25f7d3e148094b (diff)
downloadsamba-3e77d94cd2d693490265b60ad7c576a25902d8ea.tar.gz
samba-3e77d94cd2d693490265b60ad7c576a25902d8ea.tar.xz
samba-3e77d94cd2d693490265b60ad7c576a25902d8ea.zip
fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
Diffstat (limited to 'source/smbd')
-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 c4aadb9dad6..1aa4cb988e8 100644
--- a/source/smbd/reply.c
+++ b/source/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.