1
0
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:
Stefan Metzmacher 2011-12-13 08:24:25 +01:00
parent 62249f755a
commit fbcdaa6a45

View File

@ -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))