aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-29 10:56:15 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-29 10:56:15 +0200
commitce2864cfaa27e55096b480bf35db5f8cee2a5e7e (patch)
treebe47c017d1467870000aa1a507eab3c995304179 /src/identity-provider/plugin_rest_openid_connect.c
parent823215c974ccb1ef3cad9eb1082999cd1b910416 (diff)
downloadgnunet-ce2864cfaa27e55096b480bf35db5f8cee2a5e7e.tar.gz
gnunet-ce2864cfaa27e55096b480bf35db5f8cee2a5e7e.zip
add option to disable namecache, add velocity calculation and delay correction to zonemaster, fix some ftbfs from recent NAMESTORE API change
Diffstat (limited to 'src/identity-provider/plugin_rest_openid_connect.c')
-rw-r--r--src/identity-provider/plugin_rest_openid_connect.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/identity-provider/plugin_rest_openid_connect.c b/src/identity-provider/plugin_rest_openid_connect.c
index 7e8054e60..125bb98f6 100644
--- a/src/identity-provider/plugin_rest_openid_connect.c
+++ b/src/identity-provider/plugin_rest_openid_connect.c
@@ -1076,16 +1076,19 @@ namestore_iteration_callback (
1076 } 1076 }
1077 } 1077 }
1078 1078
1079 GNUNET_NAMESTORE_zone_iterator_next (handle->namestore_handle_it); 1079 GNUNET_NAMESTORE_zone_iterator_next (handle->namestore_handle_it,
1080 1);
1080} 1081}
1081 1082
1083
1082/** 1084/**
1083 * Iteration over all results finished, build final 1085 * Iteration over all results finished, build final
1084 * response. 1086 * response.
1085 * 1087 *
1086 * @param cls the `struct RequestHandle` 1088 * @param cls the `struct RequestHandle`
1087 */ 1089 */
1088static void namestore_iteration_finished (void *cls) 1090static void
1091namestore_iteration_finished (void *cls)
1089{ 1092{
1090 struct RequestHandle *handle = cls; 1093 struct RequestHandle *handle = cls;
1091 struct GNUNET_HashCode cache_key; 1094 struct GNUNET_HashCode cache_key;