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.
_______________________________________________
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to