]> git.ipfire.org Git - thirdparty/samba.git/commit
Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero.
authorTorsten Fohrer <torsten.fohrer@sbe.de>
Sun, 15 Dec 2019 15:58:40 +0000 (16:58 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 19 Dec 2019 09:57:24 +0000 (09:57 +0000)
commit3035221431130867923a7b85974f1d5faa4b568f
treea634af6e47bbe1e88fb591dc4a47ac63d28a78e0
parentedeed08a04c33e1bf77e6a4b6a24e739b60132bb
Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero.

(C) SBE network solutions GmbH

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14209

Signed-off-by: Torsten Fohrer <torsten.fohrer@sbe.de>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Dec 18 14:33:58 UTC 2019 on sn-devel-184

(cherry picked from commit f0eb1e623f76d3dbd0c22f96cabebd1041c147df)
source4/auth/gensec/pygensec.c