Skip to content

Commit 941f2c1

Browse files
committed
oshmem: fixup hostname max length usage
Signed-off-by: Karol Mroz <[email protected]>
1 parent bb6ee60 commit 941f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/runtime/oshmem_shmem_abort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static bool have_been_invoked = false;
4242

4343
int oshmem_shmem_abort(int errcode)
4444
{
45-
char *host, hostname[MAXHOSTNAMELEN];
45+
char *host, hostname[OPAL_MAXHOSTNAMELEN];
4646
pid_t pid = 0;
4747

4848
/* Protection for recursive invocation */

0 commit comments

Comments
 (0)