diff options
author | Michael Biebl <biebl@debian.org> | 2012-09-12 15:56:29 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-09-12 15:56:29 +0200 |
commit | 2f3ce1b50d0c6ac7d1b2c35da42df911d9ff7c4e (patch) | |
tree | e2cd3c6fa37c2cb774a1bbe2945f4526af800ae1 | |
parent | 5d0e1b65b8f099adc1df892a511b92cdf96ad5ba (diff) |
Fix log message for disabled Ad-Hoc WPAdebian/0.8.1-6+squeeze2
-rw-r--r-- | debian/patches/84-CVE-2012-2736.patch | 2 |
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; + } |