From bde35d03ed53c9d8999cd45f5cd70a4ace3e9ea4 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 1 Dec 2008 08:46:25 +0000 Subject: Actally show hotplugged services. --- src/rc/rc-status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index 747c2cc..0308419 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; -- cgit v1.2.3