Merge "adb: fix build breakage." am: 14d7cdce51 am: a4c4ef463b

am: 07de47eeb3

Change-Id: I935612655924b3263883e0f4bfdba2bdbd9d5386
This commit is contained in:
Josh Gao 2018-02-13 08:50:37 +00:00 committed by android-build-merger
commit 483046d952
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct asocket {
* 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