summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-03-03 17:43:33 +0000
committerRichard Sharpe <sharpe@samba.org>2003-03-03 17:43:33 +0000
commit3042cfb7fabe25cc06e5cf6c49c2716c1112b6d2 (patch)
treee2a756cbc0df34804c8a53e608d622b5c1455b72 /source3/libsmb
parent03a4c1907f93a2efb985ca69180f800be285926d (diff)
downloadsamba-3042cfb7fabe25cc06e5cf6c49c2716c1112b6d2.tar.gz
samba-3042cfb7fabe25cc06e5cf6c49c2716c1112b6d2.tar.bz2
samba-3042cfb7fabe25cc06e5cf6c49c2716c1112b6d2.zip
Do my janitorial duties to encourage others to do so.
Fix lingering large offset problems in smbtar etc. (This used to be commit c416eec2f2a38eebfcda5868999d474628037f1e)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/clifile.c2
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);