s4auth: Remove duplicate assignment of structure variable
authorAmitay Isaacs <amitay@gmail.com>
Wed, 20 Jul 2011 04:44:19 +0000 (14:44 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 28 Jul 2011 05:20:52 +0000 (15:20 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/auth/pyauth.c

index 6b3948970f060fb07eb8712a7619dfb6a4d651e0..201a8304e44d7a9d69f85129d5c23e98c180233f 100644 (file)
@@ -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[] = {