1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04:23:50 +03:00

s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4

This commit is contained in:
Tim Prouty
2009-01-07 14:33:25 -08:00
parent bed05fbf2e
commit 61a23c5eea
15 changed files with 45 additions and 10 deletions

View File

@@ -25,7 +25,7 @@
#include "lib/ldb-samba/ldif_handlers.h"
#include "librpc/ndr/libndr.h"
#include "version.h"
#include <Python.h>
#include "../lib/util/python_util.h"
#include "lib/ldb/pyldb.h"
#include "libcli/util/pyerrors.h"
#include "libcli/security/security.h"