summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/auth/pyauth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/pyauth.c b/source4/auth/pyauth.c
index 6b3948970f..201a8304e4 100644
--- a/source4/auth/pyauth.c
+++ b/source4/auth/pyauth.c
@@ -301,7 +301,6 @@ static PyTypeObject PyAuthContext = {
.tp_basicsize = sizeof(py_talloc_Object),
.tp_flags = Py_TPFLAGS_DEFAULT,
.tp_new = py_auth_context_new,
- .tp_basicsize = sizeof(py_talloc_Object),
};
static PyMethodDef py_auth_methods[] = {