From 03344de478bea795b505b1e1d0542470eff51af7 Mon Sep 17 00:00:00 2001 From: TiborKLP Date: Fri, 20 Oct 2023 15:03:19 +0200 Subject: [PATCH] Revert "remove unused variable" This reverts commit 34e3297ad1007833a7f8784a282e01474f87e5a0. --- endpoints.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/endpoints.c b/endpoints.c index b701369..24c9d31 100644 --- a/endpoints.c +++ b/endpoints.c @@ -171,8 +171,10 @@ void lastpass_update_account(enum blobsync sync, unsigned const char key[KDF_HAS .n_alloced = 0 }; + _cleanup_free_ char *url = NULL; _cleanup_free_ char *fields = NULL; + bytes_to_hex((unsigned char *) account->url, &url, strlen(account->url)); fields = stringify_fields(&account->field_head); ++blob->version;