gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix identity rest


From: gnunet
Subject: [gnunet] branch master updated: fix identity rest
Date: Fri, 14 Feb 2020 11:09:21 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 82b881b95 fix identity rest
82b881b95 is described below

commit 82b881b953c48fa31c1fc83c9eeb2e4b376108eb
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Feb 14 11:05:22 2020 +0100

    fix identity rest
---
 src/identity/plugin_rest_identity.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/identity/plugin_rest_identity.c 
b/src/identity/plugin_rest_identity.c
index 65bbaaaba..4b3571996 100644
--- a/src/identity/plugin_rest_identity.c
+++ b/src/identity/plugin_rest_identity.c
@@ -36,11 +36,6 @@
  */
 #define GNUNET_REST_API_NS_IDENTITY "/identity"
 
-/**
- * Identity Namespace with public key specifier
- */
-#define GNUNET_REST_API_NS_IDENTITY_ALL "/identity/all"
-
 /**
  * Identity Namespace with public key specifier
  */
@@ -1155,7 +1150,7 @@ init_cont (struct RequestHandle *handle)
 {
   struct GNUNET_REST_RequestHandlerError err;
   static const struct GNUNET_REST_RequestHandler handlers[] =
-  { { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY_ALL, &ego_get_all },
+  { { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY, &ego_get_all },
     { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY_PUBKEY,
       &ego_get_pubkey },
     { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY_NAME, &ego_get_name },

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]