Details
Description
The error code set in the following block may be overridden with a SUCCESS status later in the function:
{
/* It's not allowed to set attribute 5 from network in case we are configured for BOOTP/DHCP */
bStatus = CIP_GSR_BAD_OBJ_MODE;
}
Instead, execution of the function should stop after that error condition was detected.