commit | 31fa96047404496e902217b2d701b9ab4ac3a6f7 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Mar 14 20:52:59 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 14 20:52:59 2014 +0000 |
tree | 213c5d92fd2b0a06c921b2bfe707b2181cbbe00d | |
parent | ee223d50a009af39be577c30cc35257c751f05a1 [diff] | |
parent | 4727c7711ea93dd670b3cd5882ce01ff6debf2a6 [diff] |
Merge "toolbox: ls: 64 bit compile warnings"
diff --git a/adb/transport_local.c b/adb/transport_local.c index d2dbca6..948cc15 100644 --- a/adb/transport_local.c +++ b/adb/transport_local.c
@@ -48,7 +48,7 @@ * local transport it is connected. The list is used to detect when we're * trying to connect twice to a given local transport. */ -#define ADB_LOCAL_TRANSPORT_MAX 16 +#define ADB_LOCAL_TRANSPORT_MAX 64 ADB_MUTEX_DEFINE( local_transports_lock );