summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-29 21:28:10 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-29 21:28:10 +0000
commit94137bc44d73d38c10f039d35a4864f315161504 (patch)
tree42bdc1f8c8ce3ff088007df83409cd3b315b690b /mdkonline.pm
parent00a24108685ef4afb2abeaef8bd5f7c84ef46f89 (diff)
downloadmgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar
mgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar.gz
mgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar.bz2
mgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar.xz
mgaonline-94137bc44d73d38c10f039d35a4864f315161504.zip
(upgrade2v3) give it a hope to work
Diffstat (limited to 'mdkonline.pm')
-rw-r--r--mdkonline.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline.pm b/mdkonline.pm
index 11c3c930..09296d1b 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -48,7 +48,7 @@ sub upgrade2v3() {
my %oc = getVarsFromSh($rootconf_file);
my $res = soap_recover_service($oc{LOGIN}, '{md5}' . $oc{PASS}, $oc{MACHINE}, $oc{COUNTRY});
print Dumper($res);
- $res = check_server_response();
+ $res = check_server_response($res);
}
$res;
}