summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
Diffstat (limited to 'support/include')
-rw-r--r--support/include/ha-callout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/ha-callout.h b/support/include/ha-callout.h
index 64a430d..efb70fb 100644
--- a/support/include/ha-callout.h
+++ b/support/include/ha-callout.h
@@ -37,7 +37,7 @@ ha_callout(char *event, char *arg1, char *arg2, int arg3)
* SIGCHLD temporarily
*/
newact.sa_handler = SIG_DFL;
- newacc.sa_flags = 0;
+ newact.sa_flags = 0;
sigemptyset(&newact.sa_mask);
sigaction(SIGCHLD, &newact, &oldact);
pid = fork();