Fixed the length of the basic Network Port object MAC address property. (#741)

This commit is contained in:
Steve Karg
2024-08-22 08:10:10 -05:00
committed by GitHub
parent 9662a76ebd
commit ab5481ff90
+1
View File
@@ -728,6 +728,7 @@ bool Network_Port_MAC_Address(
if (mac_address) {
mac_len = Network_Port_MAC_Address_Value(
object_instance, mac_address->value, sizeof(mac_address->value));
mac_address->length = mac_len;
}
return mac_len > 0;