Wrong error return for ivas ism_enc_config()
There is a wrong return error condition for
if ( ( ivas_ism_enc_config( st_ivas ) ) )
{
return error;
}
A GitLab maintenance operation is scheduled for Tuesday, October 7th, 2025, from 6:00 PM to 8:00 PM GMT (8:00 PM to 10:00 PM CEST). GitLab will be accessible in read-only mode during the entire maintenance window.
There is a wrong return error condition for
if ( ( ivas_ism_enc_config( st_ivas ) ) )
{
return error;
}