Actally show hotplugged services.

This commit is contained in:
Roy Marples 2008-12-01 08:46:25 +00:00
parent 8b76e1d2e0
commit bde35d03ed

View File

@ -266,7 +266,7 @@ rc_status(int argc, char **argv)
/* Show hotplugged services */ /* Show hotplugged services */
print_level("hotplugged"); print_level("hotplugged");
services = rc_services_in_state(RC_SERVICE_HOTPLUGGED); services = rc_services_in_state(RC_SERVICE_HOTPLUGGED);
print_services(NULL, nservices); print_services(NULL, services);
rc_stringlist_free(services); rc_stringlist_free(services);
services = NULL; services = NULL;