aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc-status.c')
-rw-r--r--src/rc/rc-status.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c
index a64ab1b5..41ac6519 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -289,6 +289,5 @@ exit:
rc_stringlist_free(levels);
rc_deptree_free(deptree);
- exit(EXIT_SUCCESS);
- /* NOTREACHED */
+ return(EXIT_SUCCESS);
}