commit | faca6c8dfcb0026a3ba97dfb4eeb6ffa45f23145 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Feb 12 18:03:49 2018 -0800 |
committer | Josh Gao <jmgao@google.com> | Mon Feb 12 18:03:49 2018 -0800 |
tree | 69e0a181e8dd54f31b0947c10edd56d118e85b36 | |
parent | 30259f9c2761d4173b1f54f8258e71253cec99c6 [diff] |
adb: fix build breakage. Test: mma Change-Id: Id8e7ffd2212449bbac5b64b50e7b3aef7e97d649
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