blob: 12ab7239237ef4d89ad237180f65f00617d9d839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- knetworkmanager/src/knetworkmanager-connection_setting_wireless_security.cpp~ 2009-04-27 22:20:37.000000000 +0100
+++ knetworkmanager/src/knetworkmanager-connection_setting_wireless_security.cpp 2009-05-27 15:28:06.000000000 +0100
@@ -290,14 +290,9 @@
map.insert(NM_SETTING_WIRELESS_SECURITY_PAIRWISE, QDBusData::fromQValueList(ciphers));
}
- if (!_psk.isNull())
- map.insert(NM_SETTING_WIRELESS_SECURITY_PSK, QDBusData::fromString(""));
-
if (!_leapUsername.isEmpty())
map.insert(NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME, QDBusData::fromString(_leapUsername));
- if (!_leapPassword.isEmpty())
- map.insert(NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD, QDBusData::fromString(""));
return map;
}
|