Hide "HTREE\ROOT\0" from the device tree.
CORE-12670 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=73851
This commit is contained in:
Eric Kohl
2017-02-19 19:13:41 +00:00
parent dd588d8bb2
commit bb85fef52f
@@ -68,7 +68,7 @@ CDeviceNode::SetupNode()
m_DeviceId,
ulLength + 1,
0);
if (cr != CR_SUCCESS)
if (cr != CR_SUCCESS || wcscmp(m_DeviceId, L"HTREE\\ROOT\\0") == 0)
{
delete[] m_DeviceId;
m_DeviceId = NULL;