From bc3766c5bc55ac7744aaf8cd6871c11b8bf2cfb3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 18 Sep 1998 02:28:21 +0000 Subject: fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T) (This used to be commit 3e77d94cd2d693490265b60ad7c576a25902d8ea) --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/reply.c') 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. -- cgit