Commit 53c57aa3 authored by ml's avatar ml

*** empty log message ***

parent e7715b6b
......@@ -156,7 +156,7 @@ wb_dbs::checkObject(sOentry *oep)
case pwr_eClass_MountVolume:
case pwr_eClass_CreateVolume:
case pwr_eClass_MountObject:
if (m_volume.cid != pwr_eClass_RootVolume) {
if (m_volume.cid == pwr_eClass_RootVolume) {
oep->o.flags.b.isMountClient = 1;
}
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment