summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index a8789c6f3..00c3f0e65 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -91,7 +91,7 @@ sub read_fstab {
#- the other way is done in fstab_to_string
my ($options, $unknown) = mount_options_unpack($h);
my $file = delete $options->{'credentials='};
- my $credentials = network::smb::read_credentials_raw("$prefix$file");
+ my $credentials = network::smb::read_credentials_raw($file);
if ($credentials->{username}) {
$options->{"$_="} = $credentials->{$_} foreach qw(username password domain);
mount_options_pack($h, $options, $unknown);