gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix urlenc


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix urlenc
Date: Wed, 04 Sep 2019 22:21:19 +0200

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 db455adbb fix urlenc
db455adbb is described below

commit db455adbb790a7d3973a0c26903c85a71ebe0a1f
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Sep 4 22:18:53 2019 +0200

    fix urlenc
---
 src/reclaim/oidc_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index bcea64b56..81688f3e0 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -318,7 +318,7 @@ base64_and_urlencode (const char *data, size_t data_size)
   GNUNET_STRINGS_base64_encode (data, data_size, &enc);
   urlenc = url_encode (enc);
   GNUNET_free (enc);
-  return enc;
+  return urlenc;
 }
 
 

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



reply via email to

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