Use the expected hash value for the update info.

This commit is contained in:
cltbld 2005-06-22 02:43:28 +00:00
parent 81790bb55c
commit 67d840fe93

View File

@ -419,9 +419,9 @@ sub update_create_stats {
$hashvalue;
if ($hashfunction eq "sha1") {
$hashvalue = `md5sum $update`;
} else {
$hashvalue = `sha1sum $update`;
} else {
$hashvalue = `md5sum $update`;
}
chomp($hashvalue);