X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=db5ed181c1d78b11f65c6be3a82e788da39796d9;hb=5b8eae516c5277a1409378676151f2cc6083df1d;hp=41489194ae0df7439282c472e1313ee63f4ab8fa;hpb=bf252c15ddd39bd181bb494751d210e3d89c50d6;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 41489194a..db5ed181c 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -412,7 +412,7 @@ void finalize_openid_login(void) while (GetNextHashPos(WCC->urlstrings, Cursor, &HKLen, &HKey, &U)) { u = (urlcontent*) U; if (!strncasecmp(u->url_key, "openid.", 7)) { - serv_printf("%s|%s", &u->url_key[7], u->url_data); + serv_printf("%s|%s", &u->url_key[7], ChrPtr(u->url_data)); } }