X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=e8c627399d25bcb38700e8e723181219a8a3b6a1;hb=16939d06be6f78ee5ca6b0d5e7072e3cfcfdbb3f;hp=618956d615a3e02c61f5446f212b8ead5b8e3688;hpb=175772212814e61c29e8905675d03800c22ddccb;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 618956d61..e8c627399 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -364,7 +364,7 @@ void finalize_openid_login(void) const char *HKey; HashPos *Cursor; - Cursor = GetNewHashPos (); + Cursor = GetNewHashPos (WCC->urlstrings, 0); while (GetNextHashPos(WCC->urlstrings, Cursor, &HKLen, &HKey, &U)) { u = (urlcontent*) U; if (!strncasecmp(u->url_key, "openid.", 7)) {