commit | fd28f327ee0e110208ef42ded829286643860394 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Aug 27 18:50:04 2015 -0700 |
committer | Yabin Cui <yabinc@google.com> | Thu Aug 27 19:35:47 2015 -0700 |
tree | 8e002b707eb757bf618a7913142adbb424139d2c | |
parent | f4355868cbce0713331bbb04b063515d6de4c795 [diff] |
adb: remove adisconnect in aremotesocket. The function of remote_socket_disconnect() is to make sure the local_sockets and remote_sockets are closed when the binded transport is disconnected. However, as we call close_all_sockets() in handle_offline(), we don't need remote_socket_disconnect() any more. Change-Id: I575f632d9f8703149f34e0210eb698a56e2516a9