summaryrefslogtreecommitdiffstats
path: root/mdkapplet-enterprise-update-helper
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-07-29 09:49:42 +0000
committerThierry Vignaud <tv@mandriva.org>2009-07-29 09:49:42 +0000
commit1161876a5f4447886b8fcd06d3a04ad1af18081a (patch)
treefc96ebf373d4169900a904b912353f1d463e0a58 /mdkapplet-enterprise-update-helper
parent29b73fcf56e5fc29ed3a22195ee5d45d493ce8dd (diff)
downloadmgaonline-1161876a5f4447886b8fcd06d3a04ad1af18081a.tar
mgaonline-1161876a5f4447886b8fcd06d3a04ad1af18081a.tar.gz
mgaonline-1161876a5f4447886b8fcd06d3a04ad1af18081a.tar.bz2
mgaonline-1161876a5f4447886b8fcd06d3a04ad1af18081a.tar.xz
mgaonline-1161876a5f4447886b8fcd06d3a04ad1af18081a.zip
(add_enterprise_update_medium) rewrap
Diffstat (limited to 'mdkapplet-enterprise-update-helper')
-rwxr-xr-xmdkapplet-enterprise-update-helper5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdkapplet-enterprise-update-helper b/mdkapplet-enterprise-update-helper
index 608d8265..974b13c6 100755
--- a/mdkapplet-enterprise-update-helper
+++ b/mdkapplet-enterprise-update-helper
@@ -116,8 +116,9 @@ my $error;
sub add_enterprise_update_medium {
my ($email, $password) = @_;
- my $res = get_from("https://my.mandriva.com/rest/authenticate", [ 'username', $email, 'password', $password,
- 'return', 'userdata' ]);
+ my $res = get_from("https://my.mandriva.com/rest/authenticate",
+ [ 'username', $email, 'password', $password,
+ 'return', 'userdata' ]);
my $ref = xml2perl($res);
if ($ref->{code} != 0) {