summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 2460c406..62240e1f 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -69,6 +69,8 @@ int init_module(void)
ret = probe_start();
if (ret < 0)
_stp_transport_close();
+
+ return ret;
}
void cleanup_module(void)