X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fha-callout.h;h=efb70fb28378fe0e02b9eabb4f5515ed1c6eb245;hp=64a430d94ec7e9e1ab9df360f01168fa853240c5;hb=9f541c7be96ffac96146c62cad3adbd04a39094f;hpb=b3e11098b1eaf65caae2fa0787e9839ce7d5e818 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();