Partitions do now know whether they have already been published and

avoid attempts to publish a second time.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22198 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-09-07 00:05:06 +00:00
parent c22ee2bf75
commit 6b6f6b7240
4 changed files with 29 additions and 3 deletions
@@ -31,6 +31,7 @@ KDiskDevice::KDiskDevice(partition_id id)
{
Unset();
fDevice = this;
fPublished = true;
}
// destructor