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:
parent
32106b2395
commit
c3bde5a591
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user