osaf/libs/core/mds/mds_dt_common.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/osaf/libs/core/mds/mds_dt_common.c 
b/osaf/libs/core/mds/mds_dt_common.c
--- a/osaf/libs/core/mds/mds_dt_common.c
+++ b/osaf/libs/core/mds/mds_dt_common.c
@@ -814,7 +814,7 @@ uint32_t mds_tmr_mailbox_processing(void
                                /* only delete if process not exist to avoid 
race with a client
                                 * that re-registers immediately after 
unregister */
                                if ((info != NULL) && (kill(info->pid, 0) == 
-1)) {
-                                       TRACE("TIMEOUT, deleting entry for %lx, 
pid:%d",
+                                       TRACE("TIMEOUT, deleting entry for 
%"PRIu64", pid:%d",
                                                info->mds_dest, info->pid);
                                        (void)mds_process_info_del(info);
                                }

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to