From 24a0bfe975384f1b43ecd64fa86f292db0263b31 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 11 Jul 2005 06:57:26 +0000 Subject: 2005-07-10 Martin Hunt * runtime.h (init_module): Fix return value. --- runtime/runtime.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/runtime.h') 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) -- cgit