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
36067006
...
36067006d4faa08ef0bf61a58e7c2f2c456483f7
authored
2001-05-28 14:24:07 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo in diagnostic output
1 parent
de53096a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/bye.c
imap4d/bye.c
View file @
3606700
...
...
@@ -32,7 +32,7 @@ imap4d_bye (int reason)
switch
(
reason
)
{
case
ERR_NO_MEM
:
util_out
(
RESP_BYE
,
"Server terminating no more res
s
ources."
);
util_out
(
RESP_BYE
,
"Server terminating no more resources."
);
syslog
(
LOG_ERR
,
"Out of memory"
);
break
;
...
...
Please
register
or
sign in
to post a comment