diff options
author | Maksim Yevmenkin <emax@FreeBSD.org> | 2009-05-29 20:22:56 +0000 |
---|---|---|
committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2009-05-29 20:22:56 +0000 |
commit | 2ed1a37bf45384428c839db43905da6e5822149b (patch) | |
tree | 4b2083e217e3e92ffb2fe7fd5a246cf483ef5512 | |
parent | 50eae1156082df519afe57ea4950ae708bfc8cda (diff) |
Notes
-rw-r--r-- | usr.sbin/bluetooth/btpand/btpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/btpand/btpand.c b/usr.sbin/bluetooth/btpand/btpand.c index 99a3bc7eacd4..938744448bea 100644 --- a/usr.sbin/bluetooth/btpand/btpand.c +++ b/usr.sbin/bluetooth/btpand/btpand.c @@ -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) |