]> code.citadel.org Git - citadel.git/blobdiff - webcit/auth.c
* Finally tracked down the WC->vars heap corruption issue (for real this
[citadel.git] / webcit / auth.c
index 34cb1af3622167e063d0a0f55b0f3dd041414cd6..50e42586d968b18f488814460138b05bc42cd99e 100644 (file)
@@ -59,7 +59,6 @@ void display_login(char *mesg)
 
        do_template("login");
 
-       clear_local_substs();
        wDumpContent(0);        /* No menu here; not logged in yet! */
 }
 
@@ -161,7 +160,6 @@ void do_welcome(void)
         svprintf("STARTPAGE", WCS_STRING, startpage);
 
         do_template("mainframeset");
-        clear_local_substs();
 }