* move serv_info into the session, here we can control its de/allocation the right...
[citadel.git] / webcit / userlist.c
index f0b8325acb127d22942c2b01ee3da9bed9580b1b..83d82e3cf10b1606367bd2c746949dac7ffe772a 100644 (file)
@@ -39,7 +39,7 @@ void userlist(void)
        output_headers(1, 1, 2, 0, 0, 0);
        wprintf("<div id=\"banner\">\n");
        wprintf("<h1>");
-       snprintf(title, sizeof title, _("User list for %s"), ChrPtr(serv_info.serv_humannode));
+       snprintf(title, sizeof title, _("User list for %s"), ChrPtr(WC->serv_info->serv_humannode));
        escputs(title);
        wprintf("</h1>");
         wprintf("</div>");