[NM] [PATCH] corrected Bluetooth driver name checking



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]