osaf/services/saf/cpsv/cpnd/cpnd_evt.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


In case of section deletion  dataSize set to zero in the TrackCallback()

diff --git a/osaf/services/saf/cpsv/cpnd/cpnd_evt.c 
b/osaf/services/saf/cpsv/cpnd/cpnd_evt.c
--- a/osaf/services/saf/cpsv/cpnd/cpnd_evt.c
+++ b/osaf/services/saf/cpsv/cpnd/cpnd_evt.c
@@ -2468,7 +2468,7 @@ static uint32_t cpnd_evt_proc_ckpt_sect_
                if (sec_info) {
                        ckpt_data.sec_id = sec_info->sec_id;
                        ckpt_data.data = NULL;
-                       ckpt_data.dataSize = sec_info->sec_size;
+                       ckpt_data.dataSize = 0;
                        ckpt_data.dataOffset = 0;
 
                        memset(&ckpt_access, '\0', sizeof(CPSV_CKPT_ACCESS));

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to