1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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

Jeremy.
(This used to be commit 3c1ccc68f03b02d2223ec745e241129766e0c15e)
This commit is contained in:
Jeremy Allison 2007-05-16 00:21:12 +00:00 committed by Gerald (Jerry) Carter
parent 32106b2395
commit c3bde5a591

View 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. */