commit 1d3e9bf8749be3a67b0b2488af19067cb3a43527
parent b658d8c71b3f822fdcd09e2e97cc35a69bcc5f64
Author: Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>
Date: Wed, 4 Jul 2018 01:37:01 +0200
fix
Diffstat:
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/src/identity-provider/gnunet-service-identity-provider.c b/src/identity-provider/gnunet-service-identity-provider.c
@@ -1206,9 +1206,6 @@ reissue_ticket_cont (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%s\n",
"Unknown Error\n");
send_revocation_finished (rh, GNUNET_SYSERR);
- GNUNET_CONTAINER_DLL_remove (rh->client->revoke_op_head,
- rh->client->revoke_op_tail,
- rh);
cleanup_revoke_ticket_handle (rh);
return;
}
@@ -1374,9 +1371,6 @@ revocation_reissue_tickets (struct TicketRevocationHandle *rh)
if (GNUNET_NO == ret)
{
send_revocation_finished (rh, GNUNET_OK);
- GNUNET_CONTAINER_DLL_remove (rh->client->revoke_op_head,
- rh->client->revoke_op_tail,
- rh);
cleanup_revoke_ticket_handle (rh);
return;
}
@@ -1392,9 +1386,6 @@ check_attr_error (void *cls)
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Unable to check for existing attribute\n");
send_revocation_finished (rh, GNUNET_SYSERR);
- GNUNET_CONTAINER_DLL_remove (rh->client->revoke_op_head,
- rh->client->revoke_op_tail,
- rh);
cleanup_revoke_ticket_handle (rh);
}
@@ -1458,9 +1449,6 @@ check_attr_cb (void *cls,
policy);
GNUNET_free (policy);
send_revocation_finished (rh, GNUNET_SYSERR);
- GNUNET_CONTAINER_DLL_remove (rh->client->revoke_op_head,
- rh->client->revoke_op_tail,
- rh);
cleanup_revoke_ticket_handle (rh);
return;
}
@@ -1571,9 +1559,6 @@ process_attributes_to_update (void *cls,
{
/* No attributes to reencrypt */
send_revocation_finished (rh, GNUNET_OK);
- GNUNET_CONTAINER_DLL_remove (rh->client->revoke_op_head,
- rh->client->revoke_op_tail,
- rh);
cleanup_revoke_ticket_handle (rh);
return;
} else {