From b9be6d388375763b84b7893208b290aac981d958 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 11 Sep 2007 14:37:46 +0000 Subject: comments added --- omusrmsg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/omusrmsg.c b/omusrmsg.c index 63ef5588..aa8fc8ce 100644 --- a/omusrmsg.c +++ b/omusrmsg.c @@ -183,6 +183,7 @@ static rsRetVal wallmsg(uchar* pMsg, instanceData *pData) sigAct.sa_handler = SIG_DFL; sigaction(SIGTERM, &sigAct, NULL); # endif + /* It is save to call sigprocmask here, as we are now executing the child (no threads) */ sigprocmask(SIG_SETMASK, &sigAct.sa_mask, NULL); /* TODO: find a way to limit the max size of the message. hint: this * should go into the template! -- cgit