[NM] [PATCH] corrected Bluetooth driver name checking
- From: Andrew - <hidefromkgb gmail com>
- To: networkmanager-list gnome org
- Subject: [NM] [PATCH] corrected Bluetooth driver name checking
- Date: Wed, 29 Aug 2012 08:13:09 +0400
412c412
< if (driver && !strcmp (driver, "bluetooth")) {
---
> if (driver && strcmp (driver, "bluetooth")) {
That`s it.
As far as I can see, that IF-statement should evaluate TRUE only when
the driver is something other than Bluetooth.
This fix shall solve
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/583728
Please don`t blame me for improper formatting or something alike. This
is my first post in mailing lists.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]