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
a93eb943
...
a93eb943eb3d7e5943d6870c0b02689277a6cd69
authored
2003-01-23 09:43:07 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed leftover "while"
1 parent
7670d3a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
imap4d/auth_gsasl.c
imap4d/auth_gsasl.c
View file @
a93eb94
...
...
@@ -93,7 +93,6 @@ auth_gsasl (struct imap4d_command *command,
util_send
(
"+ %s
\r\n
"
,
output
);
input
=
imap4d_readline_ex
();
}
while
(
rc
==
GSASL_NEEDS_MORE
);
if
(
rc
!=
GSASL_OK
)
{
...
...
Please
register
or
sign in
to post a comment