Merge "adb: fix build breakage."

This commit is contained in:
Josh Gao 2018-02-13 02:05:52 +00:00 committed by Gerrit Code Review
commit 14d7cdce51
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