Teach btpand(8) to recognized Bluetooth device node names.
Tested by: Daniel O'Connor <doconnor -at- gsoft -dot- com -dot- au> MFC after: 3 days
This commit is contained in:
parent
f4fcd5ddec
commit
715238635d
@ -101,7 +101,7 @@ main(int argc, char *argv[])
|
||||
break;
|
||||
|
||||
case 'd': /* local address */
|
||||
if (!bt_aton(optarg, &local_bdaddr)) {
|
||||
if (!bt_devaddr(optarg, &local_bdaddr)) {
|
||||
struct hostent *he;
|
||||
|
||||
if ((he = bt_gethostbyname(optarg)) == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user