summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-21 12:48:13 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-21 12:48:13 +0000
commita3aa20e15d4e8c4bf55057a2cdd231a8c7704b65 (patch)
tree39dc9ea4219bf6c0baafae9432762131e3517163
parent3e8f60b8a6816ee38afe714624b85d9774d98187 (diff)
downloadmgaonline-a3aa20e15d4e8c4bf55057a2cdd231a8c7704b65.tar
mgaonline-a3aa20e15d4e8c4bf55057a2cdd231a8c7704b65.tar.gz
mgaonline-a3aa20e15d4e8c4bf55057a2cdd231a8c7704b65.tar.bz2
mgaonline-a3aa20e15d4e8c4bf55057a2cdd231a8c7704b65.tar.xz
mgaonline-a3aa20e15d4e8c4bf55057a2cdd231a8c7704b65.zip
remove obsolete option, certificate checking is now on by default
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index ebffcc94..245e80b5 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -302,7 +302,7 @@ sub get_distro_list() {
mdkapplet_urpm::get_content($urpm, $list);
} else {
urpm::ensure_valid_cachedir($urpm);
- urpm::download::get_content($urpm, $list, "strict-certificate-check" => 1);
+ urpm::download::get_content($urpm, $list);
}
};
}