summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-09-12 15:56:29 +0200
committerMichael Biebl <biebl@debian.org>2012-09-12 15:56:29 +0200
commit2f3ce1b50d0c6ac7d1b2c35da42df911d9ff7c4e (patch)
treee2cd3c6fa37c2cb774a1bbe2945f4526af800ae1
parent5d0e1b65b8f099adc1df892a511b92cdf96ad5ba (diff)
Fix log message for disabled Ad-Hoc WPAdebian/0.8.1-6+squeeze2
-rw-r--r--debian/patches/84-CVE-2012-2736.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/84-CVE-2012-2736.patch b/debian/patches/84-CVE-2012-2736.patch
index 4548ec9ab..860850666 100644
--- a/debian/patches/84-CVE-2012-2736.patch
+++ b/debian/patches/84-CVE-2012-2736.patch
@@ -92,7 +92,7 @@ Index: network-manager/src/nm-device-wifi.c
+ * 2.6.30 or so; until that's fixed, disable WPA-protected Ad-Hoc networks.
+ */
+ if (is_adhoc_wpa (connection)) {
-+ nm_warning ("Ad-Hoc WPA disabled due to kernel bugs");
++ nm_log_warn (LOGD_WIFI, "Ad-Hoc WPA disabled due to kernel bugs");
+ *reason = NM_DEVICE_STATE_REASON_SUPPLICANT_CONFIG_FAILED;
+ return NM_ACT_STAGE_RETURN_FAILURE;
+ }