summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-29 16:31:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-29 16:31:20 +0000
commit2d414ed4ecc9d680e75db32a08a71582c9e6f612 (patch)
tree36271705d39a048d504d21f6bf462bc77e298cb7 /perl-install/diskdrake
parent7e9373f483bef385a19971641eb0cc69a1f5c503 (diff)
downloaddrakx-backup-do-not-use-2d414ed4ecc9d680e75db32a08a71582c9e6f612.tar
drakx-backup-do-not-use-2d414ed4ecc9d680e75db32a08a71582c9e6f612.tar.gz
drakx-backup-do-not-use-2d414ed4ecc9d680e75db32a08a71582c9e6f612.tar.bz2
drakx-backup-do-not-use-2d414ed4ecc9d680e75db32a08a71582c9e6f612.tar.xz
drakx-backup-do-not-use-2d414ed4ecc9d680e75db32a08a71582c9e6f612.zip
fix diskdrake::interactive::Options() excepts a value from
fs::mount_options_pack(), but fs::mount_options_pack() doesn't return any value (reported by Olivier Thauvin)
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 7a76ff2e8..42e926834 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -855,6 +855,7 @@ sub Options {
) or return;
fs::mount_options_pack($part, $options, $unknown);
+ 1;
}