In the new mx_check_mailbox(), there's the following:

  ops = mx_get_ops (ctx->magic);
  if (!ops)
    return -1;

  return ops->check (ctx, index_hint);

Shouldn't we use ctx->mx_ops?
Or at least check for their existence, first?

Rich

Reply via email to