gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 04/05: fix compiler warning


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 04/05: fix compiler warning
Date: Sat, 27 Oct 2018 19:26:50 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 2956217b30d3f8758dd565078399289915923029
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 27 19:23:49 2018 +0200

    fix compiler warning
---
 src/exchange/taler-exchange-httpd_keystate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 45b8846f..e624c938 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -800,7 +800,7 @@ reload_keys_denom_iter (void *cls,
  */
 static json_t *
 sign_key_issue_to_json (const struct TALER_ExchangeSigningKeyValidityPS *ski,
-                        struct TALER_MasterSignatureP *ski_sig)
+                        const struct TALER_MasterSignatureP *ski_sig)
 {
   return
     json_pack ("{s:o, s:o, s:o, s:o, s:o}",

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



reply via email to

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