r22922: Move "normal_read:" label out of ifdef guard. Fix the build.
authorJeremy Allison <jra@samba.org>
Wed, 16 May 2007 00:21:12 +0000 (00:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:08 +0000 (12:22 -0500)
Jeremy.

source/smbd/reply.c

index 4285e0ea7798c5b3e9c4144f5af1efba5f619414..51ac95caf9fe38df52c963fd2ef758ff032fc15a 100644 (file)
@@ -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. */