From 1b58bbf2ef0dcb009954688d3df0857db16c5267 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Mon, 12 Feb 2018 18:03:49 -0800 Subject: [PATCH] adb: fix build breakage. Test: mma Change-Id: Id8e7ffd2212449bbac5b64b50e7b3aef7e97d649 --- adb/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb/socket.h b/adb/socket.h index 34915b6c6..2f0908050 100644 --- a/adb/socket.h +++ b/adb/socket.h @@ -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