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
fa062aeb
...
fa062aebaeff34974aecffcb52c18d2f1c929de9
authored
2003-01-18 15:06:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_mainloop): use pop3d_bye().
1 parent
2cb65d61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
pop3d/pop3d.c
pop3d/pop3d.c
View file @
fa062ae
...
...
@@ -388,12 +388,7 @@ pop3d_mainloop (int fd, FILE *infile, FILE *outfile)
free
(
arg
);
}
#ifdef WITH_TLS
if
(
tls_done
)
pop3d_deinit_tls_server
();
if
(
tls_available
)
mu_deinit_tls_libs
();
#endif
/* WITH_TLS */
pop3d_bye
();
return
(
status
!=
OK
);
}
...
...
Please
register
or
sign in
to post a comment