diff options
author | hunt <hunt> | 2005-07-08 19:50:46 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-07-08 19:50:46 +0000 |
commit | b6fe3ed55d5a00ac2749ae27fff67abe8e72c21b (patch) | |
tree | 3636e517eec92991cdec38f07f1d1c97d04ef678 | |
parent | 6c37bd6d0ddc01141d5f020765a7d7b55a58d336 (diff) | |
download | systemtap-steved-b6fe3ed55d5a00ac2749ae27fff67abe8e72c21b.tar.gz systemtap-steved-b6fe3ed55d5a00ac2749ae27fff67abe8e72c21b.tar.xz systemtap-steved-b6fe3ed55d5a00ac2749ae27fff67abe8e72c21b.zip |
Fix accidently commented-out line.
-rw-r--r-- | runtime/probes/shellsnoop/shellsnoop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |