diff options
Diffstat (limited to 'src/rc-status.c')
-rw-r--r-- | src/rc-status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-status.c b/src/rc-status.c index dc515af7..535f438a 100644 --- a/src/rc-status.c +++ b/src/rc-status.c @@ -170,7 +170,7 @@ int rc_status (int argc, char **argv) /* Output the services in the order in which they would start */ if (geteuid () == 0) - deptree = _rc_deptree_load (); + deptree = _rc_deptree_load (NULL); else deptree = rc_deptree_load (); |