diff options
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index c49634a21..b16f5ed8b 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -447,7 +447,7 @@ sub set_default_options { }); } if (isThisFs('smbfs', $part)) { - put_in_hash($options, { 'username=' => '%' }); + add2hash_($options, { 'username=' => '%' }); } if (isFat($part) || $is_auto) { |