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
99444c6e
...
99444c6e5792ce46f695b4e04fc489383b745f3f
authored
2003-01-18 15:04:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_signal): Use util_is_master().
1 parent
7502dfd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/signal.c
imap4d/signal.c
View file @
99444c6
...
...
@@ -41,7 +41,7 @@ imap4d_signal (int signo)
{
syslog
(
LOG_CRIT
,
_
(
"got signal %s"
),
strsignal
(
signo
));
/* Master process. */
if
(
!
(
util_is_ofile
()
))
if
(
util_is_master
(
))
{
syslog
(
LOG_CRIT
,
_
(
"MASTER: exiting on signal"
));
exit
(
1
);
/* abort(); */
...
...
Please
register
or
sign in
to post a comment