summaryrefslogtreecommitdiff
path: root/src/restclient/anastasis_api_keyshare_lookup.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-10 02:20:49 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-10 02:20:49 +0100
commit2ba4773bc79ee6dff50a6322dbbf3569e47708eb (patch)
treed18adef3f67c523bb51c905161c563c2e004e029 /src/restclient/anastasis_api_keyshare_lookup.c
parentcf15c73653e3f8f09ba598aa694e419e97f12899 (diff)
downloadanastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.tar.gz
anastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.tar.bz2
anastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.zip
-update to latest exchange API
Diffstat (limited to 'src/restclient/anastasis_api_keyshare_lookup.c')
-rw-r--r--src/restclient/anastasis_api_keyshare_lookup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/restclient/anastasis_api_keyshare_lookup.c b/src/restclient/anastasis_api_keyshare_lookup.c
index 99924d1..5c19172 100644
--- a/src/restclient/anastasis_api_keyshare_lookup.c
+++ b/src/restclient/anastasis_api_keyshare_lookup.c
@@ -525,8 +525,8 @@ ANASTASIS_keyshare_lookup (
answer_s,
"timeout_ms",
(0 != timeout.rel_value_us)
- ? timeout_ms
- : NULL,
+ ? timeout_ms
+ : NULL,
NULL);
GNUNET_free (answer_s);
}
@@ -538,8 +538,8 @@ ANASTASIS_keyshare_lookup (
path,
"timeout_ms",
(0 != timeout.rel_value_us)
- ? timeout_ms
- : NULL,
+ ? timeout_ms
+ : NULL,
NULL);
}
}