Merge "adb: fix build breakage."

am: 14d7cdce51

Change-Id: I497739c7573be43483fd801ec2083f66fa425305
This commit is contained in:
Josh Gao 2018-02-13 07:36:35 +00:00 committed by android-build-merger
commit a4c4ef463b
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