aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-07-03 18:14:24 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-07-03 18:14:24 +0200
commit7653605896fe4485804bdff609a351b6c742f5f6 (patch)
tree0ea36027f9668f462aa6142271a4ee4e545abf41 /src
parent54a27e268ac6d754232f0d5098fe7c95bc90901f (diff)
downloadgnunet-7653605896fe4485804bdff609a351b6c742f5f6.tar.gz
gnunet-7653605896fe4485804bdff609a351b6c742f5f6.zip
update
Diffstat (limited to 'src')
-rw-r--r--src/identity-provider/plugin_rest_openid_connect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identity-provider/plugin_rest_openid_connect.c b/src/identity-provider/plugin_rest_openid_connect.c
index 19aac224f..9c2f7fb3d 100644
--- a/src/identity-provider/plugin_rest_openid_connect.c
+++ b/src/identity-provider/plugin_rest_openid_connect.c
@@ -732,6 +732,8 @@ cookie_identity_interpretation (struct RequestHandle *handle)
732 { 732 {
733 handle->oidc->login_identity = strtok(handle->oidc->login_identity, OIDC_COOKIE_HEADER_INFORMATION_KEY); 733 handle->oidc->login_identity = strtok(handle->oidc->login_identity, OIDC_COOKIE_HEADER_INFORMATION_KEY);
734 handle->oidc->login_identity = GNUNET_strdup(handle->oidc->login_identity); 734 handle->oidc->login_identity = GNUNET_strdup(handle->oidc->login_identity);
735 } else {
736 handle->oidc->login_identity = NULL;
735 } 737 }
736 } 738 }
737 else 739 else