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
6ba44162
...
6ba441621896a49c40cd5361ed11241ef577d781
authored
2003-08-29 19:08:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_signal): Minor fix
1 parent
c3cc0cec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/signal.c
imap4d/signal.c
View file @
6ba4416
...
...
@@ -52,7 +52,7 @@ imap4d_signal (int signo)
imap4d_bye
(
ERR_TIMEOUT
);
case
SIGPIPE
:
exit
(
0
);
imap4d_bye
(
ERR_NO_OFILE
);
default:
imap4d_bye
(
ERR_SIGNAL
);
...
...
Please
register
or
sign in
to post a comment