summaryrefslogtreecommitdiffstats
path: root/lib/network/nfs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-20 19:52:37 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-20 19:52:37 +0000
commit3bad113b4c0ce6ac8d5982815ec65c821b7bd913 (patch)
tree952d161131a248b4e6b80cd34d1095e23e520faf /lib/network/nfs.pm
parentb3111e7e9c262d8c71e23a6dc78d5d7a888dacc3 (diff)
downloaddrakx-net-3bad113b4c0ce6ac8d5982815ec65c821b7bd913.tar
drakx-net-3bad113b4c0ce6ac8d5982815ec65c821b7bd913.tar.gz
drakx-net-3bad113b4c0ce6ac8d5982815ec65c821b7bd913.tar.bz2
drakx-net-3bad113b4c0ce6ac8d5982815ec65c821b7bd913.tar.xz
drakx-net-3bad113b4c0ce6ac8d5982815ec65c821b7bd913.zip
(detect_crda_domain) fix CRDA never set to 'US' when country not in CRDA domains
we would set CRDA to 'US' only if country was undefined instead of not in CRDA domains. might help quite a log bug reports... (bug introduced by eugeni in commit r256513 on Apr 15 2009) caught while performing perl_checker cleanup & fixes, the most beautiful being in detect_crda_domain(): - if (grep($country, @crda_domains)) { + if (member($country, @crda_domains)) { exercise left to the reader...
Diffstat (limited to 'lib/network/nfs.pm')
0 files changed, 0 insertions, 0 deletions