1
1

Fix one typo in opal_path_nfs.c

Этот коммит содержится в:
Nathan Hjelm 2014-12-05 13:13:35 -07:00
родитель 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;
}