return ECA_INTERNAL when the caught exception type is unknown
This commit is contained in:
@@ -554,7 +554,7 @@ int epicsShareAPI ca_array_put_callback ( chtype type, arrayElementCount count,
|
||||
}
|
||||
catch ( ... )
|
||||
{
|
||||
caStatus = ECA_PUTFAIL;
|
||||
caStatus = ECA_INTERNAL;
|
||||
}
|
||||
return caStatus;
|
||||
}
|
||||
@@ -610,7 +610,7 @@ int epicsShareAPI ca_array_put ( chtype type, arrayElementCount count,
|
||||
}
|
||||
catch ( ... )
|
||||
{
|
||||
caStatus = ECA_PUTFAIL;
|
||||
caStatus = ECA_INTERNAL;
|
||||
}
|
||||
return caStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user