From 3c446c70a8f3fbbb05697139ffe952693745b719 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 4 Feb 2025 15:45:29 +0000 Subject: [PATCH] httpclient: Remove resetting a pointer I don't think we need to do this here. Signed-off-by: Michael Tremer --- src/pakfire/httpclient.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pakfire/httpclient.c b/src/pakfire/httpclient.c index 5eb578ce..e4537164 100644 --- a/src/pakfire/httpclient.c +++ b/src/pakfire/httpclient.c @@ -301,8 +301,6 @@ static int pakfire_httpclient_check(struct pakfire_httpclient* self) { // Remove the xfer from the queue pakfire_httpclient_dequeue(self, xfer); - // Reset transfer - xfer = NULL; break; default: -- 2.39.5