1
1

Silence used-before-set var warning

This commit was SVN r32188.
Этот коммит содержится в:
Ralph Castain 2014-07-09 22:37:47 +00:00
родитель 60da1456d9
Коммит 7beb8f6799

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

@ -115,6 +115,7 @@ void orte_iof_mrorted_read_handler(int fd, short event, void *cbdata)
/* see if we need to forward this output */
stdout_target = ORTE_JOBID_INVALID;
jbptr = &stdout_target;
jdata = orte_get_job_data_object(rev->name.jobid);
if (!orte_get_attribute(&jdata->attributes, ORTE_JOB_STDOUT_TARGET, (void**)&jbptr, ORTE_JOBID)) {
/* end of the chain - just output the info */
write_out = true;