mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed other warnings
SVN revision: 766
This commit is contained in:
parent
9df3193aa9
commit
dbab0f27ac
10
src/elogd.c
10
src/elogd.c
@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 1.249 2004/02/16 15:50:54 midas
|
||||
Fixed other warnings
|
||||
|
||||
Revision 1.248 2004/02/16 15:05:56 midas
|
||||
Changed indentation
|
||||
|
||||
@ -15905,13 +15908,14 @@ BOOL _hup = FALSE;
|
||||
|
||||
void ctrlc_handler(int sig)
|
||||
{
|
||||
_abort = TRUE;
|
||||
if (sig)
|
||||
_abort = TRUE;
|
||||
}
|
||||
|
||||
void hup_handler(int sig)
|
||||
{
|
||||
|
||||
_hup = TRUE;
|
||||
if (sig)
|
||||
_hup = TRUE;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user