diff options
-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; } |