Author: emaste
Date: Sat Apr 25 15:43:44 2020
New Revision: 360315
URL: https://svnweb.freebsd.org/changeset/base/360315
Log:
MFC r359449: correct 'disble' typo in hccontrol
PR: 245125
Submitted by: Marc Veldman
Modified:
stable/12/usr.sbin/bluetooth/hccontrol/le.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/usr.sbin/bluetooth/hccontrol/le.c
==============================================================================
--- stable/12/usr.sbin/bluetooth/hccontrol/le.c Sat Apr 25 15:42:38 2020
(r360314)
+++ stable/12/usr.sbin/bluetooth/hccontrol/le.c Sat Apr 25 15:43:44 2020
(r360315)
@@ -306,7 +306,7 @@ int le_enable(int s, int argc, char *argv[])
set_event_mask(s, NG_HCI_EVENT_MASK_DEFAULT |
NG_HCI_EVENT_MASK_LE);
set_le_event_mask(s, NG_HCI_LE_EVENT_MASK_ALL);
- } else if (strcasecmp(argv[0], "disble") == 0)
+ } else if (strcasecmp(argv[0], "disable") == 0)
set_event_mask(s, NG_HCI_EVENT_MASK_DEFAULT);
else
return USAGE;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"