Fix one typo in opal_path_nfs.c
Этот коммит содержится в:
родитель
0fc8777aa8
Коммит
23d59b0f5d
@ -184,7 +184,7 @@ void get_mounts (int * num_dirs, char ** dirs[], bool * nfs[])
|
||||
}
|
||||
|
||||
/* If we can not stat the fs, skip it */
|
||||
if (statfs (dirs_tmp[i], statfs)) {
|
||||
if (statfs (dirs_tmp[i], &statfs)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user