Display PASS/FAIL syslog msgs for the new security check.
[citadel.git] / citadel / citserver.c
index 3f9ac42ab5acd01ca8ac6a4b6bb7e726fa760b10..86bd0687c9fe4caea3a9ca93aebccca24d3179d2 100644 (file)
@@ -907,6 +907,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);