s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RETURN_NONE
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Dec 2010 17:45:07 +0000 (18:45 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Dec 2010 19:06:24 +0000 (20:06 +0100)
commitc8d888772a855b6f9b7f4b06412b1b4c84174ef8
treea0dbc4e08724b1ec22d1699deb1e85523adff4ae
parent65bcde23346c16e044e7587de1e7a6fc130b276f
s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RETURN_NONE

This was only thought for Python 2.3 which we generally no longer support (only
pyldb in the LDB library is an exception).
source4/dsdb/pydsdb.c
source4/web_server/wsgi.c