commit | a4c4ef463b4add41a39d9badb05874124d69103a | [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 | 854879ecdcfb7cfe53b57f05ae2378db0c9ce36e [diff] | |
parent | 14d7cdce518dc2a29088850e872c6aeee90dde5c [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