Properly initialize this variable
This commit was SVN r21130.
Этот коммит содержится в:
родитель
13a3453e35
Коммит
38aca518bd
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
* Copyright (c) 2004-2009 The Trustees of Indiana University and Indiana
|
||||||
* University Research and Technology
|
* University Research and Technology
|
||||||
* Corporation. All rights reserved.
|
* Corporation. All rights reserved.
|
||||||
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
||||||
@ -148,7 +148,7 @@ int
|
|||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int ret, exit_status = OPAL_SUCCESS;
|
int ret, exit_status = OPAL_SUCCESS;
|
||||||
char *fname;
|
char *fname = NULL;
|
||||||
opal_crs_state_type_t cr_state;
|
opal_crs_state_type_t cr_state;
|
||||||
|
|
||||||
/***************
|
/***************
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user