aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-23 10:25:24 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-23 10:25:24 +0100
commit728448a7f18d8b771c56f16777110c83d4f00a2b (patch)
tree6927442a9a47618763bbc7d9f75cc0604ce25576 /src/common/main.c
parent0db18d030d8e540e723fe21a14b0b5748c65d0fe (diff)
main: Return something from the method
Fixes: CID#59923
Diffstat (limited to 'src/common/main.c')
-rw-r--r--src/common/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/main.c b/src/common/main.c
index d9fa7786..fabe4827 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -329,4 +329,6 @@ int bts_main(int argc, char **argv)
log_reset_context();
osmo_select_main(0);
}
+
+ return EXIT_SUCCESS;
}