Skip to content

Commit

Permalink
Merge branch 'google/2.4' into jvolivie/backport_io_forward
Browse files Browse the repository at this point in the history
Required-githooks: true

Change-Id: I8576dcb1cd42a20d1371132bdee10af0be4da798
Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Apr 17, 2024
2 parents 618871c + a6bac14 commit 974f213
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/ftest/cart/no_pmix_group_test.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright 2018-2022 Intel Corporation.
* (C) Copyright 2018-2024 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down Expand Up @@ -686,8 +686,7 @@ int main(int argc, char **argv)
}

for (i = 0; i < 10; i++) {
rc = asprintf(&uris[i], "ofi+tcp://127.0.0.1:%d",
10000 + i);
rc = asprintf(&uris[i], "ofi+tcp://127.0.0.1:%d", 10000 + i);
if (rc == -1) {
D_ERROR("asprintf() failed\n");
assert(0);
Expand Down

0 comments on commit 974f213

Please sign in to comment.