Skip to content

Commit

Permalink
Update DynProcServer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
avikram2 authored Mar 5, 2024
1 parent 7ff6bdc commit eed4ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpi/msmpi/mpid/DynProcServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ AdjustBindingHost(
RPC_STATUS status;
HRESULT hr;

char friendlyName[MAX_COMPUTERNAME_LENGTH];
char friendlyName[MAX_COMPUTERNAME_LENGTH+1];
friendlyName[0] = '\0';
DWORD err = MPIU_Getenv(
"MSMPI_ACCEPT_HOST",
Expand Down

0 comments on commit eed4ec2

Please sign in to comment.