mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
CreateVolume(): Things work way better when actually returning the volume.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3967230d7f
commit
dfb31b6603
@ -123,6 +123,7 @@ HaikuKernelFileSystem::CreateVolume(Volume** _volume, dev_t id)
|
||||
return error;
|
||||
}
|
||||
|
||||
*_volume = volume;
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user