Commit f58c8f19 f58c8f1970b78362ef04c903f5702a15d5ea3904 by Sergey Poznyakoff

(pop3d_quit): Call update_login_delay().

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