commit | d6ad920cf5912d82bd8ff4de68f6b14d1304426c | [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 | a6bf7b87fcbaf8b0391392430441f478cf000975 | |
parent | 8d459eef2f5a5abda65d8f4c2f6b29c90cd05858 [diff] |
fix adb {forward,reverse} --no-rebind adb forward --no-rebind (and the matching reverse command) seem to have been broken by 424af02f363a305a349ff99e1cc253ac5bc642c9. 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>