summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootctl/bootctl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootctl/bootctl.cpp b/bootctl/bootctl.cpp
index 5f8b979b..2b3865e5 100644
--- a/bootctl/bootctl.cpp
+++ b/bootctl/bootctl.cpp
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
return EX_USAGE;
}
- module = IBootControl::getService("bootctrl");
+ module = IBootControl::getService();
if (module == NULL) {
fprintf(stderr, "Error getting bootctrl module.\n");
return EX_SOFTWARE;