From a58d0d1a27d08e29371c8d02e9dc2a1936cc5cbf Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 5 Feb 2009 01:57:20 +0000 Subject: [PATCH] Fix CID 1219: ensure that "found" is initialized. This commit was SVN r20434. --- orte/mca/grpcomm/bad/grpcomm_bad_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/grpcomm/bad/grpcomm_bad_module.c b/orte/mca/grpcomm/bad/grpcomm_bad_module.c index 98d9bbc258..e3eb3438af 100644 --- a/orte/mca/grpcomm/bad/grpcomm_bad_module.c +++ b/orte/mca/grpcomm/bad/grpcomm_bad_module.c @@ -765,7 +765,7 @@ static void process_msg(int fd, short event, void *data) int32_t rc, n; opal_list_item_t *item; orte_odls_child_t *child; - bool found; + bool found = false; orte_odls_job_t *jobdat; proc = &mev->sender;