summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
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;
}