mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
r5968: derrell's large file fix for libsmbclient (BUG 2505)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
214a2cbe5a
commit
85be4c5df3
@@ -35,7 +35,7 @@ struct smbc_dir_list {
|
||||
struct _SMBCFILE {
|
||||
int cli_fd;
|
||||
char *fname;
|
||||
off_t offset;
|
||||
SMB_OFF_T offset;
|
||||
struct _SMBCSRV *srv;
|
||||
BOOL file;
|
||||
struct smbc_dir_list *dir_list, *dir_end, *dir_next;
|
||||
|
||||
Reference in New Issue
Block a user