
3 Jun
2008
3 Jun
'08
8:41 p.m.
# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1212540052 25200 # Node ID 0d18506e1ede6669ecbd2f6cf54f496fc032e69f # Parent 8fdff95eb25e04745c992a76a85f45039e5022a5 Fix association class name typo in SDS. Signed-off-by: Kaitlin Rupert <karupert@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 };