commit a29a8e6e2ee0294842de1715c2e458655418980f parent 896615f99896ec99e1911d251619b5ad1a932a17 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 Apr 2022 08:48:16 +0200 -rename fest for #7045 Diffstat:
6 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c @@ -2093,12 +2093,12 @@ long_poll_providers_action_cb (void *cls, GNUNET_assert (NULL != ap); json_object_foreach (ap, url, obj) { - struct ANASTASIS_CRYPTO_ProviderSaltP salt; + struct ANASTASIS_CRYPTO_ProviderSaltP provider_salt; if (GNUNET_OK == ANASTASIS_reducer_lookup_salt (AG_redux_state, url, - &salt)) + &provider_salt)) continue; GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Expanding policy discovery to recently discovered live provider `%s'\n", @@ -2135,12 +2135,12 @@ begin_discovery (void) "authentication_providers"); json_object_foreach (ap, url, obj) { - struct ANASTASIS_CRYPTO_ProviderSaltP salt; + struct ANASTASIS_CRYPTO_ProviderSaltP provider_salt; enum GNUNET_GenericReturnValue ret; ret = ANASTASIS_reducer_lookup_salt (AG_redux_state, url, - &salt); + &provider_salt); switch (ret) { case GNUNET_OK: diff --git a/src/anastasis/anastasis-gtk_handle-add-provider.c b/src/anastasis/anastasis-gtk_handle-add-provider.c @@ -113,8 +113,8 @@ config_cb (void *cls, acfg->business_name), GNUNET_JSON_pack_uint64 ("storage_limit_in_megabytes", acfg->storage_limit_in_megabytes), - GNUNET_JSON_pack_data_auto ("salt", - &acfg->salt), + GNUNET_JSON_pack_data_auto ("provider_salt", + &acfg->provider_salt), GNUNET_JSON_pack_uint64 ("http_status", http_status)); button = GTK_WIDGET (gtk_builder_get_object (builder, diff --git a/src/testing/test_anastasis_reducer_1.conf b/src/testing/test_anastasis_reducer_1.conf @@ -2,7 +2,7 @@ [anastasis] PORT = 8086 -SERVER_SALT = AUfO1KGOKYIFlFQ1 +PROVIDER_SALT = AUfO1KGOKYIFlFQ1 BUSINESS_NAME = "Data loss #1 Inc." [stasis-postgres] diff --git a/src/testing/test_anastasis_reducer_2.conf b/src/testing/test_anastasis_reducer_2.conf @@ -2,7 +2,7 @@ [anastasis] PORT = 8087 -SERVER_SALT = BUfO1KGOKYIFlFQ2 +PROVIDER_SALT = BUfO1KGOKYIFlFQ2 BUSINESS_NAME = "Data loss #2 Inc." [stasis-postgres] diff --git a/src/testing/test_anastasis_reducer_3.conf b/src/testing/test_anastasis_reducer_3.conf @@ -2,7 +2,7 @@ [anastasis] PORT = 8088 -SERVER_SALT = CUfO1KGOKYIFlFQ3 +PROVIDER_SALT = CUfO1KGOKYIFlFQ3 BUSINESS_NAME = "Data loss #3 Inc." [stasis-postgres] diff --git a/src/testing/test_anastasis_reducer_4.conf b/src/testing/test_anastasis_reducer_4.conf @@ -2,7 +2,7 @@ [anastasis] PORT = 8089 -SERVER_SALT = DUfO1KGOKYIFlFQ4 +PROVIDER_SALT = DUfO1KGOKYIFlFQ4 BUSINESS_NAME = "Data loss #4 Inc." ANNUAL_FEE = TESTKUDOS:0.01