[SCM] Samba Shared Repository - branch master updated - 227c8000dfee4248fc2d13104382542e449a1897

Jelmer Vernooij jelmer at samba.org
Tue Dec 23 11:14:38 GMT 2008


The branch, master has been updated
       via  227c8000dfee4248fc2d13104382542e449a1897 (commit)
      from  4bbd2cbab73d46d0f8e8ba3fe164b6802b379b06 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 227c8000dfee4248fc2d13104382542e449a1897
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Dec 23 12:14:25 2008 +0100

    Fix silly typo.

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/pyldb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index ed77add..10b9691 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 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list