* move serv_info into the session, here we can control its de/allocation the right...
[citadel.git] / webcit / addressbook_popup.c
index 19e06c0b427218e782dc785d485fd6b5971a438d..8e687f3debe1a26ebfbe01a0816b1e3baaea0220 100644 (file)
@@ -51,7 +51,7 @@ void display_address_book_middle_div(void) {
        wprintf("<option value=\"__LOCAL_USERS__\" %s>", 
                (strcmp(ChrPtr(DefAddrBook), "__LOCAL_USERS__") == 0)?
                "selected=\"selected\" ":"");
-       escputs(ChrPtr(serv_info.serv_humannode));
+       escputs(ChrPtr(WC->serv_info->serv_humannode));
        wprintf("</option>\n");