Author: jra
Date: 2007-05-16 00:21:12 +0000 (Wed, 16 May 2007)
New Revision: 22922

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22922

Log:
Move "normal_read:" label out of ifdef guard. Fix the build.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c      2007-05-16 00:17:45 UTC (rev 
22921)
+++ branches/SAMBA_3_0/source/smbd/reply.c      2007-05-16 00:21:12 UTC (rev 
22922)
@@ -2640,10 +2640,10 @@
                return -1;
        }
 
+#endif
+
   normal_read:
 
-#endif
-
        if ((smb_maxcnt && 0xFF0000) > 0x10000) {
                int sendlen = setup_readX_header(inbuf,outbuf,smb_maxcnt) - 
smb_maxcnt;
                /* Send out the header. */

Reply via email to