diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2015-09-09 13:24:39 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2015-09-09 13:24:39 +0000 |
| commit | 05e526fb5ab9d58a21fc4c2f1be782c00ff62edd (patch) | |
| tree | 02f05fc93979195ae6b145c399f94aeb92057137 /usr.sbin/bluetooth | |
| parent | 8fe99e427f5719b36e5eadfa8bf0d11bbdd1ee6f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
| -rw-r--r-- | usr.sbin/bluetooth/hccontrol/le.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/le.c b/usr.sbin/bluetooth/hccontrol/le.c index afb151e71ad2..c7be20db1e3e 100644 --- a/usr.sbin/bluetooth/hccontrol/le.c +++ b/usr.sbin/bluetooth/hccontrol/le.c @@ -88,7 +88,7 @@ le_set_scan_param(int s, int argc, char *argv[]) if (strcmp(argv[3], "public") == 0) adrtype = 0; - else if (strcmp(argv[0], "random") == 0) + else if (strcmp(argv[3], "random") == 0) adrtype = 1; else return USAGE; |
