Merge "Track API change."

This commit is contained in:
Treehugger Robot 2022-06-13 17:14:01 +00:00 committed by Gerrit Code Review
commit 8318e3087b

View file

@ -305,7 +305,7 @@ static void WipeDeviceService(unique_fd fd, const std::string& args) {
}
}
asocket* daemon_service_to_socket(std::string_view) {
asocket* daemon_service_to_socket(std::string_view, atransport*) {
return nullptr;
}