Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
42e6fd88
Commit
42e6fd88
authored
Jul 13, 2003
by
Per Cederqvist
Browse files
(sighandler_hup): Use TRUE instead of 1 as value of go_and_die.
parent
e8ead205
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
42e6fd88
/*
* $Id: ramkomd.c,v 0.11
5
2003/07/13 11:
07:16
ceder Exp $
* $Id: ramkomd.c,v 0.11
6
2003/07/13 11:
56:37
ceder Exp $
* Copyright (C) 1991-1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -266,7 +266,7 @@ sighandler_hup(oop_source *UNUSED(source),
void
*
UNUSED
(
user
))
{
kom_log
(
"Signal HUP received. Shutting down server.
\n
"
);
go_and_die
=
1
;
go_and_die
=
TRUE
;
return
OOP_HALT
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment