aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rest-plugins/plugin_rest_openid_connect.c2
1 files changed, 1 insertions, 1 deletions
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,
1492 } 1492 }
1493 1493
1494 //check client_id 1494 //check client_id
1495 for (handle->ego_entry = handle->ego_head; NULL != handle->ego_entry->next; ) 1495 for (handle->ego_entry = handle->ego_head; NULL != handle->ego_entry; )
1496 { 1496 {
1497 if ( 0 == strcmp(handle->ego_entry->keystring, client_id)) 1497 if ( 0 == strcmp(handle->ego_entry->keystring, client_id))
1498 { 1498 {