On 01/11/2011 10:24 PM, Angus Salkeld wrote:
> Signed-off-by: Angus Salkeld <[email protected]>
> ---
>  services/confdb.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/services/confdb.c b/services/confdb.c
> index b9de935..78770ed 100644
> --- a/services/confdb.c
> +++ b/services/confdb.c
> @@ -565,7 +565,7 @@ static void 
> message_handler_req_lib_confdb_object_parent_get (void *conn,
>  
>       res_lib_confdb_object_parent_get.parent_object_handle = object_handle;
>       res_lib_confdb_object_parent_get.header.size = 
> sizeof(res_lib_confdb_object_parent_get);
> -     res_lib_confdb_object_parent_get.header.id = 
> MESSAGE_RES_CONFDB_OBJECT_CREATE;
> +     res_lib_confdb_object_parent_get.header.id = 
> MESSAGE_RES_CONFDB_OBJECT_PARENT_GET;
>       res_lib_confdb_object_parent_get.header.error = ret;
>       api->ipc_response_send(conn, &res_lib_confdb_object_parent_get, 
> sizeof(res_lib_confdb_object_parent_get));
>  }

Reviewed-by: Seven Dake <[email protected]>
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to