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
6c37db0f
...
6c37db0fb7827dfd0d3141661097ed3d6b016c13
authored
2001-06-01 19:50:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
force ofile to be line-buffered, so command
continuation requests are immediately visible.
1 parent
02cde26e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
imap4d/imap4d.c
imap4d/imap4d.c
View file @
6c37db0
...
...
@@ -192,6 +192,8 @@ imap4d_mainloop (int infile, int outfile)
if
(
!
ofile
||
!
ifile
)
imap4d_bye
(
ERR_NO_OFILE
);
setvbuf
(
ofile
,
NULL
,
_IOLBF
,
0
);
syslog
(
LOG_INFO
,
"Incoming connection opened"
);
/* log information on the connecting client */
...
...
Please
register
or
sign in
to post a comment