From b6fe3ed55d5a00ac2749ae27fff67abe8e72c21b Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 8 Jul 2005 19:50:46 +0000 Subject: Fix accidently commented-out line. --- runtime/probes/shellsnoop/shellsnoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/probes/shellsnoop/shellsnoop.c') diff --git a/runtime/probes/shellsnoop/shellsnoop.c b/runtime/probes/shellsnoop/shellsnoop.c index 8a260d7c..87db9dcb 100644 --- a/runtime/probes/shellsnoop/shellsnoop.c +++ b/runtime/probes/shellsnoop/shellsnoop.c @@ -124,7 +124,7 @@ int init_module(void) if (ret < 0) { _stp_map_del (pids); _stp_map_del (arglist); - // _stp_transport_close(); + _stp_transport_close(); return ret; } -- cgit