Skip to content
Snippets Groups Projects
Commit 42e6fd88 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(sighandler_hup): Use TRUE instead of 1 as value of go_and_die.

parent e8ead205
Branches
Tags
No related merge requests found
/*
* $Id: ramkomd.c,v 0.115 2003/07/13 11:07:16 ceder Exp $
* $Id: ramkomd.c,v 0.116 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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment