Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9436908 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

Merge branch 'mnc-ub-dev' of...

parents 7af48652 d7ca6dd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -919,7 +919,7 @@ int handle_host_request(char *service, transport_type ttype, char* serial, int r
    if(!strncmp(service,"get-state",strlen("get-state"))) {
        transport = acquire_one_transport(CS_ANY, ttype, serial, NULL);
        SendOkay(reply_fd);
        SendProtocolString(reply_fd, transport->connection_state_name());
        SendProtocolString(reply_fd, transport ? transport->connection_state_name() : "unknown");
        return 0;
    }
#endif // ADB_HOST