]> code.citadel.org Git - citadel.git/blobdiff - webcit/auth.c
* move serv_info into the session, here we can control its de/allocation the right...
[citadel.git] / webcit / auth.c
index c938851b103f9b05cdde271c6caf209f85dfa37e..9274552148febe326c90571c15c7c2c5d247852b 100644 (file)
@@ -91,7 +91,7 @@ void display_openid_name_request(const StrBuf *claimed_id, const StrBuf *usernam
        svput("EXIT_BUTTON", WCS_STRING, _("Exit"));
 
        svprintf(HKEY("BOXTITLE"), WCS_STRING, _("%s - powered by <a href=\"http://www.citadel.org\">Citadel</a>"),
-                ChrPtr(serv_info.serv_humannode));
+                ChrPtr(WC->serv_info->serv_humannode));
 
        do_template("openid_manual_create", NULL);
        wDumpContent(2);