summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-23 12:14:25 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-23 12:14:25 +0100
commit227c8000dfee4248fc2d13104382542e449a1897 (patch)
tree0a93fc38177680183fc1d28a183776e4dd81b1ee /source4/lib/ldb
parent4bbd2cbab73d46d0f8e8ba3fe164b6802b379b06 (diff)
downloadsamba-227c8000dfee4248fc2d13104382542e449a1897.tar.gz
samba-227c8000dfee4248fc2d13104382542e449a1897.tar.bz2
samba-227c8000dfee4248fc2d13104382542e449a1897.zip
Fix silly typo.
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/pyldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index ed77added5..10b9691ae0 100644
--- a/source4/lib/ldb/pyldb.c
+++ b/source4/lib/ldb/pyldb.c
@@ -32,7 +32,7 @@
#if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5
typedef int Py_ssize_t;
typedef inquiry lenfunc;
-typedef intargfunc sizeargfunc;
+typedef intargfunc ssizeargfunc;
#endif
/* Picked out of thin air. To do this properly, we should probably have some part of the