summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 30afb9e16..ef9da31e8 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -876,7 +876,7 @@ sub auth() {
{ label => N("Domain Admin User Name"), val => \$authentication->{winuser} },
{ label => N("Domain Admin Password"), val => \$authentication->{winpass}, hidden => 1 },
]);
- return ($authentication->{winuser}, $authentication->{winpass});
+ return $authentication->{winuser}, $authentication->{winpass};
}
require fs::remote::smb;