Commit f58c8f19 f58c8f1970b78362ef04c903f5702a15d5ea3904 by Sergey Poznyakoff

(pop3d_quit): Call update_login_delay().

1 parent 8bc152e3
...@@ -48,6 +48,7 @@ pop3d_quit (const char *arg) ...@@ -48,6 +48,7 @@ pop3d_quit (const char *arg)
48 syslog (LOG_INFO, _("Session ended for no user")); 48 syslog (LOG_INFO, _("Session ended for no user"));
49 49
50 state = UPDATE; 50 state = UPDATE;
51 update_login_delay (username);
51 free (username); 52 free (username);
52 free (md5shared); 53 free (md5shared);
53 54
......