diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-03-03 23:00:22 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-03-03 23:00:22 +0000 |
commit | e3fdd289f58505f258f9617e1b8618694703bea2 (patch) | |
tree | 71ce47bd5fda5962cb1d46e888cda573b47dda67 /source3/libsmb | |
parent | 28074d957aa7ee5b4df60e2e553ba1212f217572 (diff) | |
download | samba-e3fdd289f58505f258f9617e1b8618694703bea2.tar.gz samba-e3fdd289f58505f258f9617e1b8618694703bea2.tar.bz2 samba-e3fdd289f58505f258f9617e1b8618694703bea2.zip |
More janitorial duties, fixing the BIG_UINT changes for large offsets.
(This used to be commit 1af39523cc3b2313f3e8acd4f2e5338182ec0b13)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clifile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 07b1ff6b6f..31d7ea5911 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -805,7 +805,7 @@ BOOL cli_unlock64(struct cli_state *cli, int fnum, SMB_BIG_UINT offset, SMB_BIG_ ****************************************************************************/ BOOL cli_getattrE(struct cli_state *cli, int fd, - uint16 *attr, size_t *size, + uint16 *attr, SMB_BIG_UINT *size, time_t *c_time, time_t *a_time, time_t *m_time) { memset(cli->outbuf,'\0',smb_size); |