Fixed bug #92.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-01-23 00:39:32 +00:00
parent 0bd6170f79
commit 40d0203cdb
+1 -1
View File
@@ -117,7 +117,7 @@ struct MountVisitor : public BDiskDeviceVisitor {
else if (!silent)
fprintf(stderr, "Volume `%s' already mounted.\n", name);
} else if (mountAll) {
mount = true;
mount = !partition->IsMounted();
} else if (mountBFS && type != NULL
&& strcmp(type, kPartitionTypeBFS) == 0) {
mount = true;