commit | 1d48d9a15d6e2face354c240dc908279f15fe712 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Feb 13 07:36:35 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 13 07:36:35 2018 +0000 |
tree | 69e0a181e8dd54f31b0947c10edd56d118e85b36 | |
parent | 19384555b258309f4b0a0e3e5126818bd464b2e4 [diff] | |
parent | 89428f2dcddca0ef49da226906492ff7307e08ae [diff] |
Merge "adb: fix build breakage." am: 14d7cdce51 Change-Id: I497739c7573be43483fd801ec2083f66fa425305
diff --git a/adb/socket.h b/adb/socket.h index 34915b6..2f09080 100644 --- a/adb/socket.h +++ b/adb/socket.h
@@ -59,7 +59,7 @@ * us to our fd event system. For remote asockets * these fields are not used. */ - fdevent fde = {0}; + fdevent fde = {}; int fd = 0; // queue of data waiting to be written