]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
Display PASS/FAIL syslog msgs for the new security check.
[citadel.git] / citadel / citserver.c
index d2dee4a04ebf1973d7c8f3923c3bcd0d23cab8c8..2a7e335a54687eb928ac7dfb2724dd81fe0e3963 100644 (file)
@@ -881,6 +881,7 @@ void begin_session(CitContext *con)
        con->download_fp = NULL;
        con->upload_fp = NULL;
        con->cached_msglist = NULL;
+       con->cached_num_msgs = 0;
        con->FirstExpressMessage = NULL;
        time(&con->lastcmd);
        time(&con->lastidle);