Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / gnunet-service-transport_blacklist.c
index c3b02f845dfe639ab230d35e3d06de2876433311..38ef0907f623f6f5c52059604b6730be957ef92a 100644 (file)
@@ -231,7 +231,6 @@ client_disconnect_notification (void *cls, struct GNUNET_SERVER_Client *client)
       }
       if (bc->task == GNUNET_SCHEDULER_NO_TASK)
         bc->task = GNUNET_SCHEDULER_add_now (&do_blacklist_check, bc);
-      break;
     }
     GNUNET_CONTAINER_DLL_remove (bl_head, bl_tail, bl);
     GNUNET_SERVER_client_drop (bl->client);