fix bug in previous commit
authorArt Cancro <ajc@citadel.org>
Mon, 17 Sep 2007 18:53:15 +0000 (18:53 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 17 Sep 2007 18:53:15 +0000 (18:53 +0000)
citadel/modules/pop3client/serv_pop3client.c

index be977bb40256776948ba1cab25493237b5a0d106..0782894dd27ad81323fb370582b2dba16bb8e61e 100644 (file)
@@ -158,6 +158,7 @@ void pop3client_scan(void) {
        }
 
        lprintf(CTDL_DEBUG, "pop3client ended\n");
+       last_run = time(NULL);
        doing_pop3client = 0;
 }