Skip to content

Commit c1bc92f

Browse files
authored
Merge pull request #6250 from hjelmn/fix_issue_6201_on_master
btl/vader: minor correction to match ompi coding style
2 parents 61cb008 + edaf08b commit c1bc92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/vader/btl_vader_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ static int vader_add_procs (struct mca_btl_base_module_t* btl,
278278
continue;
279279
}
280280

281-
if (my_proc != procs[proc] && reachability) {
281+
if (my_proc != procs[proc] && NULL != reachability) {
282282
/* add this proc to shared memory accessibility list */
283283
rc = opal_bitmap_set_bit (reachability, proc);
284284
if(OPAL_SUCCESS != rc) {

0 commit comments

Comments
 (0)