Solves problem with SAF test. Now we are able (sometimes) to make 100%.
regards, Honza
commit 5d27605e474e3e71f02dbe7a7bb066e54b2088b0 Author: Jan Friesse <[email protected]> Date: Wed Jul 29 10:09:13 2009 +0200 Compare correct checkpoint_creation_attributes Memcmp is changed to compare checkpoint_creation_attributes from library. diff --git a/trunk/services/ckpt.c b/trunk/services/ckpt.c index ad03d73..7e5f713 100644 --- a/trunk/services/ckpt.c +++ b/trunk/services/ckpt.c @@ -1335,7 +1335,7 @@ static void message_handler_req_exec_ckpt_checkpointopen ( checkpoint->checkpoint_creation_attributes.retention_duration; if (req_exec_ckpt_checkpointopen->checkpoint_creation_attributes_set && - memcmp (&checkpoint->checkpoint_creation_attributes, + memcmp (&req_exec_ckpt_checkpointopen->checkpoint_creation_attributes, &my_creation_attributes, sizeof (mar_ckpt_checkpoint_creation_attributes_t)) != 0) {
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
