summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-05-16 00:21:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:08 -0500
commitc3bde5a591b79682cba273e32229f6ffb9bdf531 (patch)
tree8f9af0e3e4143a4727401545078aef8ec306a278 /source3
parent32106b23951e01fb17f814584ebbcc8d7288cb75 (diff)
downloadsamba-c3bde5a591b79682cba273e32229f6ffb9bdf531.tar.gz
samba-c3bde5a591b79682cba273e32229f6ffb9bdf531.tar.bz2
samba-c3bde5a591b79682cba273e32229f6ffb9bdf531.zip
r22922: Move "normal_read:" label out of ifdef guard. Fix the build.
Jeremy. (This used to be commit 3c1ccc68f03b02d2223ec745e241129766e0c15e)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/reply.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 4285e0ea77..51ac95caf9 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -2640,10 +2640,10 @@ int send_file_readX(connection_struct *conn, char *inbuf,char *outbuf,int length
return -1;
}
- normal_read:
-
#endif
+ normal_read:
+
if ((smb_maxcnt && 0xFF0000) > 0x10000) {
int sendlen = setup_readX_header(inbuf,outbuf,smb_maxcnt) - smb_maxcnt;
/* Send out the header. */