summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-13 08:48:16 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-13 08:48:16 +0200
commita29a8e6e2ee0294842de1715c2e458655418980f (patch)
treedc8af3f2d894c49f5bcbf3b0652299d0483c412c /src
parent896615f99896ec99e1911d251619b5ad1a932a17 (diff)
downloadanastasis-gtk-a29a8e6e2ee0294842de1715c2e458655418980f.tar.gz
anastasis-gtk-a29a8e6e2ee0294842de1715c2e458655418980f.tar.bz2
anastasis-gtk-a29a8e6e2ee0294842de1715c2e458655418980f.zip
-rename fest for #7045
Diffstat (limited to 'src')
-rw-r--r--src/anastasis/anastasis-gtk_action.c8
-rw-r--r--src/anastasis/anastasis-gtk_handle-add-provider.c4
-rw-r--r--src/testing/test_anastasis_reducer_1.conf2
-rw-r--r--src/testing/test_anastasis_reducer_2.conf2
-rw-r--r--src/testing/test_anastasis_reducer_3.conf2
-rw-r--r--src/testing/test_anastasis_reducer_4.conf2
6 files changed, 10 insertions, 10 deletions
diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c
index efca017..26c9ea1 100644
--- 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
index ae85b46..37413d9 100644
--- 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
index 25b001e..a6b50cd 100644
--- 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
index 48f7dd7..e10d66c 100644
--- 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
index fdfbada..86d18d8 100644
--- 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
index ad113ff..caf5da2 100644
--- 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