Skip to content

Commit

Permalink
Exit 1 when SIGINT
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Villemain authored and Jaime Casanova committed Mar 13, 2011
1 parent af366fe commit 7427988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repmgrd.c
Expand Up @@ -923,6 +923,7 @@ static void
handle_sigint(SIGNAL_ARGS)
{
CloseConnections();
exit(1);
}

/* SIGHUP: set flag to re-read config file at next convenient time */
Expand Down

0 comments on commit 7427988

Please sign in to comment.