aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_rest_namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/plugin_rest_namestore.c')
-rw-r--r--src/namestore/plugin_rest_namestore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/plugin_rest_namestore.c b/src/namestore/plugin_rest_namestore.c
index c993518ea..0d52b5625 100644
--- a/src/namestore/plugin_rest_namestore.c
+++ b/src/namestore/plugin_rest_namestore.c
@@ -1065,6 +1065,7 @@ libgnunet_plugin_rest_namestore_init (void *cls)
1065 api->cls = &plugin; 1065 api->cls = &plugin;
1066 api->name = GNUNET_REST_API_NS_NAMESTORE; 1066 api->name = GNUNET_REST_API_NS_NAMESTORE;
1067 api->process_request = &rest_process_request; 1067 api->process_request = &rest_process_request;
1068 state = ID_REST_STATE_INIT;
1068 GNUNET_asprintf (&allow_methods, 1069 GNUNET_asprintf (&allow_methods,
1069 "%s, %s, %s, %s, %s", 1070 "%s, %s, %s, %s, %s",
1070 MHD_HTTP_METHOD_GET, 1071 MHD_HTTP_METHOD_GET,