mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s4:pydsdb: remove unused variable from py_dsdb_am_pdc()
metze
This commit is contained in:
parent
62249f755a
commit
fbcdaa6a45
@ -952,7 +952,6 @@ static PyObject *py_dsdb_am_pdc(PyObject *self, PyObject *args)
|
|||||||
{
|
{
|
||||||
PyObject *py_ldb;
|
PyObject *py_ldb;
|
||||||
struct ldb_context *ldb;
|
struct ldb_context *ldb;
|
||||||
int ret;
|
|
||||||
bool am_pdc;
|
bool am_pdc;
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, "O", &py_ldb))
|
if (!PyArg_ParseTuple(args, "O", &py_ldb))
|
||||||
|
Loading…
Reference in New Issue
Block a user