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
1093b3ae
...
1093b3ae65f791f7ee3125330ad78872f5d0bd09
authored
2003-01-06 14:49:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_user): Use pop3d_flush_output().
1 parent
b1b81f92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pop3d/user.c
pop3d/user.c
View file @
1093b3a
...
...
@@ -33,7 +33,7 @@ pop3d_user (const char *arg)
return
ERR_BAD_ARGS
;
pop3d_outf
(
"+OK
\r\n
"
);
fflush
(
ofile
);
pop3d_flush_output
(
);
buf
=
pop3d_readline
(
buffer
,
sizeof
(
buffer
));
cmd
=
pop3d_cmd
(
buf
);
...
...
Please
register
or
sign in
to post a comment