[Pvfs2-cvs] commit by slang in pvfs2/src/io/bmi: bmi.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 5 23:25:59 EDT 2007
Update of /projects/cvsroot/pvfs2/src/io/bmi
In directory parlweb1:/tmp/cvs-serv20960/src/io/bmi
Modified Files:
bmi.c
Log Message:
fix warning
Index: bmi.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi.c,v
diff -p -u -r1.82 -r1.83
--- bmi.c 1 Jun 2007 20:18:55 -0000 1.82
+++ bmi.c 6 Jul 2007 03:25:59 -0000 1.83
@@ -122,7 +122,7 @@ int BMI_initialize(const char *method_li
char **listen_addrs = NULL;
char *this_addr = NULL;
char *proto = NULL;
- int addr_count;
+ int addr_count = 0;
id_gen_safe_initialize();
More information about the Pvfs2-cvs
mailing list