Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f58c8f19
...
f58c8f1970b78362ef04c903f5702a15d5ea3904
authored
2003-10-11 10:59:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_quit): Call update_login_delay().
1 parent
8bc152e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pop3d/quit.c
pop3d/quit.c
View file @
f58c8f1
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment