diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-22 11:45:49 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-22 11:45:49 +0000 |
commit | 9a995e3b874f6e8f0763c05d9e6421d633b5a199 (patch) | |
tree | 9f82fef3ba311e92a69c6243a0dc8ee33b39d5b1 /lib/network | |
parent | faa57b8b6a468f63904c16e3689dfb7dfd6e9306 (diff) | |
download | drakx-net-9a995e3b874f6e8f0763c05d9e6421d633b5a199.tar drakx-net-9a995e3b874f6e8f0763c05d9e6421d633b5a199.tar.gz drakx-net-9a995e3b874f6e8f0763c05d9e6421d633b5a199.tar.bz2 drakx-net-9a995e3b874f6e8f0763c05d9e6421d633b5a199.tar.xz drakx-net-9a995e3b874f6e8f0763c05d9e6421d633b5a199.zip |
adjust comment
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/ndiswrapper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/ndiswrapper.pm b/lib/network/ndiswrapper.pm index 6e21bb2..184075f 100644 --- a/lib/network/ndiswrapper.pm +++ b/lib/network/ndiswrapper.pm @@ -82,7 +82,7 @@ sub setup_device { if (@conflicts) { $in->ask_yesorno(N("Warning"), N("The selected device has already been configured with the %s driver. Do you really want to use a ndiswrapper driver?", $conflicts[0]->{drivers}[0])) or return; - #- unload the old module and try immediately to load ndiswrapper + #- unload old modules before trying to load ndiswrapper my @drivers = map { @{$_->{drivers}} } @conflicts; eval { modules::unload($_) } foreach @drivers; } |