diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-27 16:56:15 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-27 16:56:15 +0000 |
commit | 3b3bd2c35d7479443323864bc3d6ebc7242b6ec5 (patch) | |
tree | fe987992013d413a71bfcef9722d76500ec0952b /lib | |
parent | c63c946d6f4162306f302b413e8173779e1bff4e (diff) | |
download | drakx-net-3b3bd2c35d7479443323864bc3d6ebc7242b6ec5.tar drakx-net-3b3bd2c35d7479443323864bc3d6ebc7242b6ec5.tar.gz drakx-net-3b3bd2c35d7479443323864bc3d6ebc7242b6ec5.tar.bz2 drakx-net-3b3bd2c35d7479443323864bc3d6ebc7242b6ec5.tar.xz drakx-net-3b3bd2c35d7479443323864bc3d6ebc7242b6ec5.zip |
remove old comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/connection/wireless.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 27fde27..29ef2cf 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -697,7 +697,7 @@ sub convert_key_for_wpa_supplicant { length($key) == 64 && get_hex_key($key) || qq("$key"); } -#- FIXME: to be improved (quotes, comments) and moved in common files +#- FIXME: to be improved (quotes, comments) sub wlan_ng_update_vars { my ($file, $vars) = @_; substInFile { |