[Libvirt-cim] [PATCH] Fix association class name typo in SDS

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Wed Jun 4 00:41:56 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1212540052 25200
# Node ID 0d18506e1ede6669ecbd2f6cf54f496fc032e69f
# Parent  8fdff95eb25e04745c992a76a85f45039e5022a5
Fix association class name typo in SDS.

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r 8fdff95eb25e -r 0d18506e1ede src/Virt_SettingsDefineState.c
--- a/src/Virt_SettingsDefineState.c	Tue Jun 03 17:40:49 2008 -0700
+++ b/src/Virt_SettingsDefineState.c	Tue Jun 03 17:40:52 2008 -0700
@@ -370,7 +370,7 @@
 static char* assoc_classname[] = {
         "Xen_SettingsDefineState",
         "KVM_SettingsDefineState",
-        "LXC_VirtualSystemSettingData",
+        "LXC_SettingsDefineState",
         NULL
 };
 




More information about the Libvirt-cim mailing list