From 18c183d3cb8f12790ed55333519b53a535a5c906 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 4 Jun 2019 14:34:29 +0200 Subject: [PATCH] unused operation --- src/reclaim/oidc_helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c index 6a06d5440..e4949a037 100644 --- a/src/reclaim/oidc_helper.c +++ b/src/reclaim/oidc_helper.c @@ -451,7 +451,6 @@ OIDC_build_authz_code (const struct GNUNET_CRYPTO_EcdsaPrivateKey *issuer, if (NULL != attrs_ser) { memcpy (buf_ptr, attrs_ser, attr_list_len); - buf_ptr += attr_list_len; GNUNET_free (attrs_ser); } // Generate ECDH key -- 2.25.1