mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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;
|
||||
struct ldb_context *ldb;
|
||||
int ret;
|
||||
bool am_pdc;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "O", &py_ldb))
|
||||
|
Loading…
Reference in New Issue
Block a user