Silenty ignore ringbuffer overflow errors.
This commit is contained in:
parent
08a57ce724
commit
23836fe625
@ -405,7 +405,6 @@ oceanic_common_device_foreach (device_t *abstract, dive_callback_t callback, voi
|
||||
// Make sure the profile size is valid.
|
||||
if (rb_entry_size > remaining) {
|
||||
WARNING ("Unexpected profile size.");
|
||||
status = DEVICE_STATUS_ERROR;
|
||||
begin = current + PAGESIZE / 2;
|
||||
abort = 1;
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user