1
1

Fix CID 1219: ensure that "found" is initialized.

This commit was SVN r20434.
Этот коммит содержится в:
Jeff Squyres 2009-02-05 01:57:20 +00:00
родитель 4804ee60a7
Коммит a58d0d1a27

Просмотреть файл

@ -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;