* follow api-change in several places
[citadel.git] / webcit / auth.c
index 618956d615a3e02c61f5446f212b8ead5b8e3688..e8c627399d25bcb38700e8e723181219a8a3b6a1 100644 (file)
@@ -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)) {