diff options
author | Roy Marples <roy@marples.name> | 2008-12-01 08:46:25 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-12-01 08:46:25 +0000 |
commit | bde35d03ed53c9d8999cd45f5cd70a4ace3e9ea4 (patch) | |
tree | 8520f6a99e0dd6b9ff00501f484c383a248a0261 | |
parent | 8b76e1d2e07874f75cd4df357986b0d3c543d5dc (diff) |
Actally show hotplugged services.
-rw-r--r-- | src/rc/rc-status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index 747c2ccf..03084192 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -266,7 +266,7 @@ rc_status(int argc, char **argv) /* Show hotplugged services */ print_level("hotplugged"); services = rc_services_in_state(RC_SERVICE_HOTPLUGGED); - print_services(NULL, nservices); + print_services(NULL, services); rc_stringlist_free(services); services = NULL; |