commit | 07de47eeb3d3203364ff1b23655f17c168a247f5 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Feb 13 08:10:15 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 13 08:10:15 2018 +0000 |
tree | dc75e4697f76ebe4db41f91e95ac552b61ca4c51 | |
parent | 84cd5de12111d200f24884c43d4b07d217331737 [diff] | |
parent | a4c4ef463b4add41a39d9badb05874124d69103a [diff] |
Merge "adb: fix build breakage." am: 14d7cdce51 am: a4c4ef463b Change-Id: I49766025464814d15029196a080477f6b8aa5215
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