Skip to content

Commit 6b34cc6

Browse files
author
Ralph Castain
committed
Correct typo
Fixes #2691 Signed-off-by: Ralph Castain <[email protected]>
1 parent d9b30e4 commit 6b34cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orte/mca/iof/base/iof_base_setup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ int orte_iof_base_setup_output_files(const orte_process_name_t* dst_name,
305305
}
306306
/* define a sink to that file descriptor */
307307
ORTE_IOF_SINK_DEFINE(&proct->revstdout->sink, dst_name,
308-
proct->revstdout->fd, ORTE_IOF_STDOUT,
308+
fdout, ORTE_IOF_STDOUT,
309309
orte_iof_base_write_handler);
310310
}
311311

@@ -329,7 +329,7 @@ int orte_iof_base_setup_output_files(const orte_process_name_t* dst_name,
329329
}
330330
/* define a sink to that file descriptor */
331331
ORTE_IOF_SINK_DEFINE(&proct->revstderr->sink, dst_name,
332-
proct->revstderr->fd, ORTE_IOF_STDERR,
332+
fdout, ORTE_IOF_STDERR,
333333
orte_iof_base_write_handler);
334334
}
335335
}

0 commit comments

Comments
 (0)