freebsd-ports/security/ipsec-tools/files/patch-src__racoon__session.c
Marcus Alves Grando f830909ab5 Update to 0.6.4
PR:		90326
Submitted by:	maintainer
2005-12-13 20:04:01 +00:00

11 lines
321 B
C

--- src/racoon/session.c.orig Tue Dec 13 09:53:34 2005
+++ src/racoon/session.c Tue Dec 13 09:53:38 2005
@@ -320,7 +320,7 @@ signal_handler(sig)
int sig;
{
switch (sig) {
-#if 0
+#if 1
/*
* Is this code section actually usefull? On some systems, the
* wait() called during a signal handler may lead to race