mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
fix var name
This commit is contained in:
parent
f241ff8ad9
commit
88ab4b144b
@ -460,7 +460,7 @@ static int test_mpio_1wMr(char *filename, int special_request) {
|
||||
/* show the hostname so that we can tell where the processes are running */
|
||||
if (VERBOSE_DEF) {
|
||||
#ifdef H5_HAVE_GETHOSTNAME
|
||||
if(HDgethostname(hostname, sizeof(host_name)) < 0) {
|
||||
if(HDgethostname(hostname, sizeof(hostname)) < 0) {
|
||||
printf("gethostname failed\n");
|
||||
hostname[0] = '\0';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user