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
c6c97c29
...
c6c97c2937b8aea803d79569f52c8030e98c204a
authored
2010-09-19 10:49:16 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* testsuite/smtpsend.c (main): Retry ehlo after successful authentication.
1 parent
a0b65254
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
testsuite/smtpsend.c
testsuite/smtpsend.c
View file @
c6c97c2
...
...
@@ -192,6 +192,9 @@ main (int argc, char **argv)
switch
(
status
)
{
case
0
:
MU_ASSERT
(
mu_smtp_ehlo
(
smtp
));
break
;
case
ENOSYS
:
case
MU_ERR_NOENT
:
/* Ok, skip it */
...
...
Please
register
or
sign in
to post a comment