[PATCH] Fix VSMigrationService schema to remove duplicate method name

# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1220021032 25200 # Node ID e2c21aedef202a43dfc29f64d4849589ca581292 # Parent a8130304d2f225657fd8c58c0eedb5d0eea37b7f Fix VSMigrationService schema to remove duplicate method name Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r a8130304d2f2 -r e2c21aedef20 schema/VSMigrationService.mof --- a/schema/VSMigrationService.mof Fri Aug 22 10:50:48 2008 -0700 +++ b/schema/VSMigrationService.mof Fri Aug 29 07:43:52 2008 -0700 @@ -49,7 +49,7 @@ CIM_ConcreteJob REF Job ); - uint32 MigrateVirtualSystemToHost( + uint32 MigrateVirtualSystemToSystem( [In] CIM_ComputerSystem REF ComputerSystem, [In]

Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1220021032 25200 # Node ID e2c21aedef202a43dfc29f64d4849589ca581292 # Parent a8130304d2f225657fd8c58c0eedb5d0eea37b7f Fix VSMigrationService schema to remove duplicate method name
+1 -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (2)
-
Dan Smith
-
Kaitlin Rupert