gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 58/171: -fix rest issue


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 58/171: -fix rest issue
Date: Thu, 04 Jan 2018 16:09:26 +0100

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

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

commit 8ce40b5e7381b44c847dedc0d1fd1ec4e56ba856
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Mon Dec 19 11:55:26 2016 +0100

    -fix rest issue
---
 src/credential/Makefile.am              | 1 +
 src/credential/plugin_rest_credential.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am
index 0d9aed71b..db3bc8027 100644
--- a/src/credential/Makefile.am
+++ b/src/credential/Makefile.am
@@ -88,6 +88,7 @@ libgnunet_plugin_rest_credential_la_SOURCES = \
 libgnunet_plugin_rest_credential_la_LIBADD = \
   libgnunetcredential.la \
        $(top_builddir)/src/rest/libgnunetrest.la \
+       $(top_builddir)/src/identity/libgnunetidentity.la \
        $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
   $(top_builddir)/src/jsonapi/libgnunetjsonapiutils.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
diff --git a/src/credential/plugin_rest_credential.c 
b/src/credential/plugin_rest_credential.c
index 2df65d7ad..651de0075 100644
--- a/src/credential/plugin_rest_credential.c
+++ b/src/credential/plugin_rest_credential.c
@@ -512,7 +512,7 @@ send_cred_response (struct RequestHandle *handle,
   char *signature;
   char *id;
 
-  GNUNET_assert (NULL == cred);
+  GNUNET_assert (NULL != cred);
   issuer = GNUNET_CRYPTO_ecdsa_public_key_to_string (&cred->issuer_key);
   if (NULL == issuer)
   {

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



reply via email to

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