diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-29 21:28:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-29 21:28:10 +0000 |
commit | 94137bc44d73d38c10f039d35a4864f315161504 (patch) | |
tree | 42bdc1f8c8ce3ff088007df83409cd3b315b690b | |
parent | 00a24108685ef4afb2abeaef8bd5f7c84ef46f89 (diff) | |
download | mgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar mgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar.gz mgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar.bz2 mgaonline-94137bc44d73d38c10f039d35a4864f315161504.tar.xz mgaonline-94137bc44d73d38c10f039d35a4864f315161504.zip |
(upgrade2v3) give it a hope to work
-rw-r--r-- | mdkonline.pm | 2 |
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; } |