1
1

To remove the warning due to uninitialized variable.

This commit was SVN r27940.
Этот коммит содержится в:
Vishwanath Venkatesan 2013-01-28 06:55:46 +00:00
родитель 4defdea9f2
Коммит 817f6cd868

Просмотреть файл

@ -48,12 +48,10 @@ mca_fs_lustre_file_open (struct ompi_communicator_t *comm,
mca_io_ompio_file_t *fh)
{
int amode;
/* int *fp = NULL;
struct lov_user_md *lump;
*/
int old_mask, perm;
int rc;
struct lov_user_md *lump;
struct lov_user_md *lump=NULL;
if (fh->f_perm == OMPIO_PERM_NULL) {
old_mask = umask(022);