summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/python/pyxattr_tdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/posix/python/pyxattr_tdb.c')
-rw-r--r--source4/ntvfs/posix/python/pyxattr_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/python/pyxattr_tdb.c b/source4/ntvfs/posix/python/pyxattr_tdb.c
index ef3401c79ce..56beedb1e50 100644
--- a/source4/ntvfs/posix/python/pyxattr_tdb.c
+++ b/source4/ntvfs/posix/python/pyxattr_tdb.c
@@ -43,7 +43,7 @@ static PyObject *py_wrap_setxattr(PyObject *self, PyObject *args)
{
char *filename, *attribute, *tdbname;
DATA_BLOB blob;
- int blobsize;
+ Py_ssize_t blobsize;
int ret;
TALLOC_CTX *mem_ctx;
struct loadparm_context *lp_ctx;