This commit is contained in:
Omar Polo 2021-04-26 20:58:06 +00:00
parent 578f13e4b2
commit 1b333122a9
1 changed files with 1 additions and 1 deletions

2
gmid.c
View File

@ -537,7 +537,7 @@ main(int argc, char **argv)
}
/* Linux seems to call the event handlers even when we're
* doing a sigwait. These dummy handlers is here to avoid
* doing a sigwait. These dummy handlers are here to avoid
* being terminated on SIGHUP, SIGINT or SIGTERM. */
signal(SIGHUP, dummy_handler);
signal(SIGINT, dummy_handler);