diff options
Diffstat (limited to 'source3/python')
| -rw-r--r-- | source3/python/py_smb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source3/python/py_smb.c b/source3/python/py_smb.c index c3d59d4fb8..ad83e469b2 100644 --- a/source3/python/py_smb.c +++ b/source3/python/py_smb.c @@ -212,7 +212,7 @@ static PyObject *py_smb_read(PyObject *self, PyObject *args, PyObject *kw)  	static char *kwlist[] = { "fnum", "offset", "size", NULL };  	int fnum, offset=0, size=0;  	ssize_t result; -	size_t fsize; +	SMB_OFF_T fsize;  	char *data;  	PyObject *ret; | 
