fix incorrect use of NULL
This commit is contained in:
@@ -410,7 +410,7 @@ bool Routed_Device_Name(
|
|||||||
pDev->bacObj.Object_Name);
|
pDev->bacObj.Object_Name);
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Manages ReadProperty service for fields which are different for routed
|
/** Manages ReadProperty service for fields which are different for routed
|
||||||
|
|||||||
Reference in New Issue
Block a user