
# HG changeset patch # User Jay Gagnon <grendel@linux.vnet.ibm.com> # Date 1196198953 18000 # Node ID 7b6ed8beebcf7c15cc28f9492baa0d4ebdfb76f8 # Parent c57cd3b49b6109110331ee64ea3a629c16ff4423 [CU] Convert to cu_statusf. Signed-off-by: Jay Gagnon <grendel@linux.vnet.ibm.com> diff -r c57cd3b49b61 -r 7b6ed8beebcf std_invokemethod.c --- a/std_invokemethod.c Tue Nov 27 12:20:06 2007 -0800 +++ b/std_invokemethod.c Tue Nov 27 16:29:13 2007 -0500 @@ -100,9 +100,9 @@ CMPIStatus _std_invokemethod(CMPIMethodM } if (h == NULL) { - CMSetStatusWithChars(ctx->broker, &s, - CMPI_RC_ERR_FAILED, - "Unknown Method"); + cu_statusf(ctx->broker, &s, + CMPI_RC_ERR_FAILED, + "Unknown Method"); goto exit; }