INN commit: branches/2.4/innd (innd.c)
INN Commit
Russ_Allbery at isc.org
Sat Jan 19 20:36:40 UTC 2008
Date: Saturday, January 19, 2008 @ 12:36:40
Author: eagle
Revision: 7709
Fix a variable reference in catch_terminate in the non-sigaction case.
Modified:
branches/2.4/innd/innd.c
--------+
innd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: innd.c
===================================================================
--- innd.c 2008-01-19 20:36:10 UTC (rev 7708)
+++ innd.c 2008-01-19 20:36:40 UTC (rev 7709)
@@ -155,7 +155,7 @@
killer_signal = sig;
#ifndef HAVE_SIGACTION
- xsignal(signal, catch_terminate);
+ xsignal(sig, catch_terminate);
#endif
}
More information about the inn-committers
mailing list