commit | 9536513ff43a98b0c35c60df3fa6d9e834b8458a | [log] [tgz] |
---|---|---|
author | Spencer Low <CompareAndSwap@gmail.com> | Wed Jul 29 17:21:21 2015 -0700 |
committer | Spencer Low <CompareAndSwap@gmail.com> | Wed Jul 29 17:21:21 2015 -0700 |
tree | e152d64b1f80779e4911f6b72efcde233ff67631 | |
parent | 94c05fb9d2d23038837196a0553b49c2ba85d174 [diff] |
fix adb {forward,reverse} --no-rebind adb forward --no-rebind (and the matching reverse command) seem to have been broken by d98ca8a92f6bf81a351472f36fac9a04a402327e. I fixed-up the string parsing and also fixed the error message not to include strerror(errno) since that does not apply because it is an application-level error that doesn't have anything to do with the OS/libc. Change-Id: Iba7286283bfcf1782076355edcd9c355c0a0edfd Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>