return omapi_protocol_send_status
(po, (omapi_object_t *)0, ISC_R_INVALIDARG,
message -> id, "OPEN can't be a response");
- return ISC_R_SUCCESS;
}
/* Get the type of the requested object, if one was
(po, (omapi_object_t *)0,
ISC_R_EXISTS, message -> id,
"specified object already exists");
- return ISC_R_SUCCESS;
}
/* If we're creating the object, do it now. */
(po, (omapi_object_t *)0,
status, message -> id,
"can't create new object");
- return ISC_R_SUCCESS;
}
}
(po, (omapi_object_t *)0,
status, message -> id,
"no matching handle");
- return ISC_R_SUCCESS;
}
send:
status = omapi_protocol_send_update (po, (omapi_object_t *)0,