X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=2c5c1d04a155e4ef61a26539847827670fc1d762;hb=c7a3e6ba850edaf0af0c7ac69803aa8a10955030;hp=1ac3921c423dcd416838b810c171b7676f1e6946;hpb=e647ba15448ea6e077bd0f6257cbd2205571a7b7;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 1ac3921c4..2c5c1d04a 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -778,18 +778,11 @@ void display_reg(int during_login) StrBuf *ReturnTo; ReturnTo = NewStrBufPlain(HKEY("display_main_menu?gotofirst=")); StrBufAppendBuf(ReturnTo, WC->wc_roomname, 0); - lprintf(9, "wc_roomname: %s\n", ChrPtr(WC->wc_roomname)); - lprintf(9, " ReturnTo: %s\n", ChrPtr(ReturnTo)); do_edit_vcard(vcard_msgnum, "1", VCMsg, VCAtt, ChrPtr(ReturnTo), USERCONFIGROOM); FreeStrBuf(&ReturnTo); } - /* - FIXME - 1. don't we have to free VCMsg and VCAtt ?? - 2. Fix bug 268 - */ - + /* FIXME - don't we have to free VCMsg and VCAtt ?? */ }