|
From: yeechan <ibm...@us...> - 2005-06-21 22:51:01
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24502 Modified Files: instance.c Log Message: Defect#1225173 Index: instance.c =================================================================== RCS file: /cvsroot/sblim/sfcb/instance.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- instance.c 17 May 2005 13:04:21 -0000 1.5 +++ instance.c 21 Jun 2005 22:50:51 -0000 1.6 @@ -221,6 +221,7 @@ data.value.chars = (char *) value->string->hdl; else data.value.chars=NULL; data.type=CMPI_chars; + data.state=CMPI_nullValue; } else if (type == CMPI_sint64 || type == CMPI_uint64 || type == CMPI_real64) data.value = *value; |