From 315b86df3e95c631b678d98b5d0ca7a380f1fed4 Mon Sep 17 00:00:00 2001 From: fche Date: Sun, 15 Jan 2006 17:26:18 +0000 Subject: 2006-01-15 Frank Ch. Eigler PR 2148 * translate.cxx (MAXERRORS): Actually the max should be 0, so first error aborts session. * Revert last stp_exit change. --- runtime/io.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime/io.c') diff --git a/runtime/io.c b/runtime/io.c index 5c7a5f10..b72590f3 100644 --- a/runtime/io.c +++ b/runtime/io.c @@ -116,9 +116,6 @@ void _stp_warn (const char *fmt, ...) */ void _stp_exit (void) { -#ifdef SYSTEMTAP - atomic_set (&session_state, STAP_SESSION_STOPPING); -#endif _stp_exit_flag = 1; } -- cgit