gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: REST: Fix oidc client looku


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: REST: Fix oidc client lookup
Date: Mon, 26 Nov 2018 19:34:12 +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 8e9283304 REST: Fix oidc client lookup
8e9283304 is described below

commit 8e9283304a3cdcdaec6be207e60b172642af5a17
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Mon Nov 26 19:34:07 2018 +0100

    REST: Fix oidc client lookup
---
 src/rest-plugins/plugin_rest_openid_connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rest-plugins/plugin_rest_openid_connect.c 
b/src/rest-plugins/plugin_rest_openid_connect.c
index 2e68b7f99..3a0106c10 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -1492,7 +1492,7 @@ check_authorization (struct RequestHandle *handle,
   }
 
   //check client_id
-  for (handle->ego_entry = handle->ego_head; NULL != handle->ego_entry->next; )
+  for (handle->ego_entry = handle->ego_head; NULL != handle->ego_entry; )
   {
     if ( 0 == strcmp(handle->ego_entry->keystring, client_id))
     {

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



reply via email to

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