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
8c64eaf8
...
8c64eaf8eb04fbcdc11130caa5189966d5361636
authored
2003-01-18 15:04:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_starttls): Flush output before initializing tls.
1 parent
99444c6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
imap4d/starttls.c
imap4d/starttls.c
View file @
8c64eaf
...
...
@@ -32,6 +32,7 @@ imap4d_starttls (struct imap4d_command *command, char *arg)
return
util_finish
(
command
,
RESP_BAD
,
"Too many args"
);
status
=
util_finish
(
command
,
RESP_OK
,
"Begin TLS negotiation"
);
util_flush_output
();
tls_done
=
imap4d_init_tls_server
();
return
status
;
...
...
Please
register
or
sign in
to post a comment