From 65f2bdf840b75dc082d84af11dcd2001e5384907 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 17 Dec 2019 09:42:15 +0100 Subject: [PATCH] oci-authenticator: Remove leftover TODO comment We *do* handle dying peers now, so remove TODO about this. --- oci-authenticator/flatpak-oci-authenticator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/oci-authenticator/flatpak-oci-authenticator.c b/oci-authenticator/flatpak-oci-authenticator.c index 79bbbf67..2d5fefb8 100644 --- a/oci-authenticator/flatpak-oci-authenticator.c +++ b/oci-authenticator/flatpak-oci-authenticator.c @@ -492,7 +492,6 @@ handle_request_ref_tokens (FlatpakAuthenticator *authenticator, { g_autofree char *test_auth = NULL; - /* TODO: Handle the case where the peer dies */ test_auth = run_basic_auth (request, sender, oci_registry_uri); if (test_auth == NULL)