summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Phoenix <cphoenix@google.com>2017-01-23 20:48:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-23 20:48:32 +0000
commitea69a18cd42bf757d49d733401f4ca6aa3994dc2 (patch)
treec18bccf1ac93df9d2736f2bb3a0ade12118a466e
parentd69dc72924efbda9962dad821128c062f58b9931 (diff)
parent3659fcdc0c26dfe19a996f4b986fa45cdd15037f (diff)
downloadextras-ea69a18cd42bf757d49d733401f4ca6aa3994dc2.tar.gz
Merge "bootctrl HAL uses "default" service name"
-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;