diff options
Diffstat (limited to 'adb/transport.h')
-rw-r--r-- | adb/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/transport.h b/adb/transport.h index ebc186bf9..e1cbc092d 100644 --- a/adb/transport.h +++ b/adb/transport.h @@ -198,7 +198,7 @@ class atransport { // class in one go is a very large change. Given how bad our testing is, // it's better to do this piece by piece. - atransport(ConnectionState state = kCsOffline) + atransport(ConnectionState state = kCsConnecting) : id(NextTransportId()), connection_state_(state), connection_waitable_(std::make_shared<ConnectionWaitable>()), |