* locate_user_vcard() wasn't using either of its supplied parameters. Removed the...
[citadel.git] / webcit / auth.c
index 77c2d457f503996e1c3a79aaa9c839c007a570e1..93480d86bcc9f46b7e1651596cfaeed048597ed2 100644 (file)
@@ -722,7 +722,7 @@ void display_reg(int during_login)
                return;
        }
 
-       vcard_msgnum = locate_user_vcard(WC->wc_fullname, -1);
+       vcard_msgnum = locate_user_vcard_in_this_room();
        if (vcard_msgnum < 0L) {
                if (during_login) do_welcome();
                else display_main_menu();